minor update for a new feature that will be implemented soon (preparing for it)

This commit is contained in:
ekultek 2017-12-07 16:28:12 -06:00
parent 27701e6660
commit 362753d57c

View file

@ -45,6 +45,9 @@ class ZeusParser(OptionParser):
mandatory.add_option("-f", "--url-file", dest="fileToEnumerate", metavar="FILE-PATH",
help="Run an attack on URL's in a given file")
mandatory.add_option("-u", "--url", dest="singleTargetRecon", metavar="URL",
help=SUPPRESS_HELP)
# attack options
attacks = OptionGroup(parser, "Attack arguments",
"These arguments will give you the choice on how you want to check the websites")