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:
Sniffleupagus
2023-07-03 14:45:38 -07:00
parent 24ebc417ad
commit 9978d5da36

View File

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