Ignore -1 channels, bug/crash fix, support newer tshark
This commit is contained in:
@@ -198,7 +198,7 @@ class AttackWPS(Attack):
|
||||
Configuration.wps_fail_threshold))
|
||||
|
||||
if failures >= Configuration.wps_fail_threshold:
|
||||
Color.pl('{R}failed: {O}too many failures{W}' % failures)
|
||||
Color.pl('{R}failed: {O}too many failures{W}')
|
||||
break
|
||||
|
||||
# Get output
|
||||
|
||||
Reference in New Issue
Block a user