Lots of fixes.
1. WEP attack gracefully handles ctrl+c 2. Very verbose (-vv) prints out commands and output 3. Doesn't fetch WPS info when attacking WEP
This commit is contained in:
@@ -122,7 +122,7 @@ class Aireplay(object):
|
||||
if attack_type == WEPAttackType.fakeauth:
|
||||
cmd.extend(['-1', '0']) # Fake auth, no delay
|
||||
cmd.extend(['-a', target.bssid])
|
||||
cmd.extend(['-T', '1']) # Make 1 attemp
|
||||
cmd.extend(['-T', '3']) # Make 3 attempts
|
||||
if target.essid_known:
|
||||
cmd.extend(['-e', target.essid])
|
||||
# Do not specify client MAC address,
|
||||
|
||||
Reference in New Issue
Block a user