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:
#

View File

@ -3,7 +3,7 @@ requests==2.21.0
PyYAML==5.3.1
scapy==2.4.3
gym==0.14.0
scipy
scipy==1.3.1
stable-baselines==2.7.0
tensorflow==1.15.0
tensorflow-estimator==1.15.1