minor update to the initial fix for issue #58, supressing help until that part is done

This commit is contained in:
ekultek 2017-10-11 14:39:01 -05:00
parent e9f5b82d05
commit 859ea19c44
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ except NameError:
# clone link
CLONE = "https://github.com/ekultek/zeus-scanner.git"
# current version <major.minor.commit.patch ID>
VERSION = "1.0.37"
VERSION = "1.0.38.1a8b"
# colors to output depending on the version
VERSION_TYPE_COLORS = {"dev": 33, "stable": 92, "other": 30}
# version string formatting

View file

@ -99,7 +99,7 @@ if __name__ == "__main__":
attacks.add_option("--tamper", dest="tamperXssPayloads", metavar="TAMPER-SCRIPT",
help="Send the XSS payloads through tampering before sending to the target")
attacks.add_option("--auto", dest="autoStartSqlmap", action="store_true",
help="Attempt to automatically start sqlmap")
help=optparse.SUPPRESS_HELP)
# search engine options
engines = optparse.OptionGroup(parser, "Search engine arguments",