Don't kill+restart aircrack after 30s, wait 60s for target,
Also detect enabled/disabled interfaces when putting in/out of monitor mode.
This commit is contained in:
@@ -222,7 +222,7 @@ class Aireplay(Thread):
|
||||
if pps == "0":
|
||||
self.status = "Waiting for packet..."
|
||||
else:
|
||||
self.status = "Replaying packet @ %s/sec" % pps
|
||||
self.status = "Replaying @ %s/sec" % pps
|
||||
pass
|
||||
|
||||
def __del__(self):
|
||||
|
||||
Reference in New Issue
Block a user