Implememt 'pillage' argument for option to attack all targets

This commit is contained in:
kimocoder
2018-02-26 13:50:27 +01:00
parent f4fc57a407
commit 6a13d64c75
3 changed files with 35 additions and 23 deletions

View File

@@ -77,6 +77,11 @@ class Arguments(object):
metavar="[num]",
default=None,
help=Color.s('Number of deauth packets to send (default: {G}%d{W})' % Configuration.num_deauths))
glob.add_argument('-p',
action='store',
dest='pillage',
type=bool,
help=Color.s('Pillage "All" mode to attack everything (default: {G}ask{W})'))
# WEP
wep = parser.add_argument_group('WEP-RELATED')