Adding 5ghz support

This commit is contained in:
derv82
2015-12-28 12:52:29 -05:00
parent 95b7296444
commit 746da03580
6 changed files with 21 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ class AttackWPS(Attack):
def run(self):
''' Run all WPS-related attacks '''
# Drop out if user specified to not user Reaver
# Drop out if user specified to not use Reaver
if Configuration.no_reaver:
self.success = False
return self.success