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

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