From 9978d5da36ab28dc015e0f2af882907eb0009d38 Mon Sep 17 00:00:00 2001 From: Sniffleupagus Date: Mon, 3 Jul 2023 14:45:38 -0700 Subject: [PATCH] added delay after deauth to avoid triggering some sort of firmware bug in nexmon. works but I don't really know why --- bin/pwnagotchi | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/pwnagotchi b/bin/pwnagotchi index aa462297..35a9cf5e 100755 --- a/bin/pwnagotchi +++ b/bin/pwnagotchi @@ -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) # delay to not trigger nexmon firmware bugs # An interesting effect of this: #