mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -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
|
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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user