mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
minor update for a new feature that will be implemented soon (preparing for it)
This commit is contained in:
parent
27701e6660
commit
362753d57c
1 changed files with 3 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue