README: link about disabling Wi-Fi in network manager

This commit is contained in:
vanhoefm 2022-10-10 21:06:58 +02:00 committed by GitHub
parent b75ddbea75
commit 7974da6d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,11 +170,11 @@ as root. This can be done using:
sudo su sudo su
source venv/bin/activate source venv/bin/activate
You should now disable Wi-Fi in your network manager so it will not interfere with the test tool. You should now [disable Wi-Fi in your network manager](https://github.com/vanhoefm/libwifi/blob/master/docs/linux_tutorial.md#id-disable-wifi)
Also make sure no other network services are causing outgoing traffic. You can assure this by so it will not interfere with the test tool. Also make sure no other network services are causing
using iptables to block traffic by executing `./droptraffic.sh` (you can revert this by rebooting). outgoing traffic. You can assure this by using iptables to block traffic by executing `./droptraffic.sh`
Optionally check using `sudo airmon-ng check` to see which other processes might be using the (you can revert this by rebooting). Optionally check using `sudo airmon-ng check` to see which other
wireless network card and might interfere with our tool. processes might be using the wireless network card and might interfere with our tool.
The test tool can test both clients and APs: The test tool can test both clients and APs: