Locked WPS = 'no'. And new Option to ignore old handshakes

* Targets with WPS Locked will say "no" under WPS in the target list.
* `--new-hs` will ignore existing handshakes.
This commit is contained in:
derv82
2018-02-28 02:25:15 -05:00
parent aaf7845177
commit 001fc19eac
3 changed files with 10 additions and 2 deletions

View File

@@ -188,6 +188,10 @@ class Arguments(object):
help=Color.s('Time to wait before failing WPA attack (default: {G}%d sec{W})')
% Configuration.wpa_attack_timeout)
wpa.add_argument('-wpat', help=argparse.SUPPRESS, action='store', dest='wpa_attack_timeout', type=int)
wpa.add_argument('--new-hs',
action='store_true',
dest='ignore_old_handshakes',
help=Color.s('Captures new handshakes, ignores existing handshakes in ./hs (default: {G}off{W})'))
wpa.add_argument('--hs-dir',
action='store',
dest='wpa_handshake_dir',