mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Changed requirements.txt
Changed /usr/bin to /usr/local/bin Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -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:
|
||||
#
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user