Changed requirements.txt

Changed /usr/bin to /usr/local/bin

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-07-19 12:01:54 +02:00
parent 93de351cf5
commit 045759685c
2 changed files with 2 additions and 1 deletions

View File

@ -69,6 +69,7 @@ def do_auto_mode(agent):
# deauth all client stations in order to get a full handshake
for sta in ap['clients']:
agent.deauth(ap, sta)
time.sleep(1)
# An interesting effect of this:
#