mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
added delay after deauth to avoid triggering some sort of firmware bug in nexmon. works but I don't really know why
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
|
# deauth all client stations in order to get a full handshake
|
||||||
for sta in ap['clients']:
|
for sta in ap['clients']:
|
||||||
agent.deauth(ap, sta)
|
agent.deauth(ap, sta)
|
||||||
|
time.sleep(1) # delay to not trigger nexmon firmware bugs
|
||||||
|
|
||||||
# An interesting effect of this:
|
# An interesting effect of this:
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user