Fixing reaver & wash

This commit is contained in:
derv82
2017-05-14 05:16:01 -04:00
parent 5be2ea32f9
commit 842144129a
2 changed files with 1 additions and 3 deletions

View File

@@ -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
]

View File

@@ -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'):