Some "hidden" helper switches (-nd --no-deauths --nodeauths)

When skipping an attack (WPA/WPS), explain why and mention the AP ESSID
This commit is contained in:
derv82
2018-03-10 15:58:36 -05:00
parent 100528cac3
commit 3257755094
4 changed files with 17 additions and 13 deletions

View File

@@ -203,7 +203,7 @@ class Configuration(object):
if args.wps_filter:
Configuration.wps_filter = args.wps_filter
if args.wps_only:
Configuration.wps_only = args.wps_only
Configuration.wps_only = True
Color.pl('{+} {C}option:{W} will *only* attack non-WEP networks with {G}WPS attacks{W} (no handshake capture)')
if args.no_wps:
Configuration.no_wps = args.no_wps