From 842144129a62137a32687ddebc72a9a6789993bf Mon Sep 17 00:00:00 2001 From: derv82 Date: Sun, 14 May 2017 05:16:01 -0400 Subject: [PATCH] Fixing reaver & wash --- py/AttackWPS.py | 1 - py/Wash.py | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/py/AttackWPS.py b/py/AttackWPS.py index 1cc9537..c24342e 100644 --- a/py/AttackWPS.py +++ b/py/AttackWPS.py @@ -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 ] diff --git a/py/Wash.py b/py/Wash.py index 7376c5b..80c6dcd 100644 --- a/py/Wash.py +++ b/py/Wash.py @@ -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'):