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