Fixing reaver & wash
This commit is contained in:
@@ -62,7 +62,6 @@ class AttackWPS(Attack):
|
||||
'-b', self.target.bssid,
|
||||
'-c', self.target.channel,
|
||||
'-K', '1', # pixie-dust attack
|
||||
'-a', # Automatically restart session
|
||||
'-vv' # (very) verbose
|
||||
]
|
||||
|
||||
|
||||
@@ -30,8 +30,7 @@ class Wash(object):
|
||||
|
||||
command = [
|
||||
'wash',
|
||||
'-f', capfile, # Path to cap file
|
||||
'-C' # Ignore Frame Check Sum errors
|
||||
'-f', capfile # Path to cap file
|
||||
]
|
||||
p = Process(command)
|
||||
for line in p.stdout().split('\n'):
|
||||
|
||||
Reference in New Issue
Block a user