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:
derv82
2018-04-19 12:59:11 -04:00
parent 1bbc7fefaf
commit adc7d37318
5 changed files with 23 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ import time
class Attack(object):
'''Contains functionality common to all attacks.'''
target_wait = 20
target_wait = 60
def __init__(self, target):
self.target = target