mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-24 16:28:23 -05:00
README: link about disabling Wi-Fi in network manager
This commit is contained in:
parent
b75ddbea75
commit
7974da6d45
10
README.md
10
README.md
@ -170,11 +170,11 @@ as root. This can be done using:
|
||||
sudo su
|
||||
source venv/bin/activate
|
||||
|
||||
You should now disable Wi-Fi in your network manager so it will not interfere with the test tool.
|
||||
Also make sure no other network services are causing outgoing traffic. You can assure this by
|
||||
using iptables to block traffic by executing `./droptraffic.sh` (you can revert this by rebooting).
|
||||
Optionally check using `sudo airmon-ng check` to see which other processes might be using the
|
||||
wireless network card and might interfere with our 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)
|
||||
so it will not interfere with the test tool. Also make sure no other network services are causing
|
||||
outgoing traffic. You can assure this by using iptables to block traffic by executing `./droptraffic.sh`
|
||||
(you can revert this by rebooting). Optionally check using `sudo airmon-ng check` to see which other
|
||||
processes might be using the wireless network card and might interfere with our tool.
|
||||
|
||||
The test tool can test both clients and APs:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user