From 859ea19c44151a13e1e6c0847926774043c85b48 Mon Sep 17 00:00:00 2001 From: ekultek Date: Wed, 11 Oct 2017 14:39:01 -0500 Subject: [PATCH] minor update to the initial fix for issue #58, supressing help until that part is done --- lib/core/settings.py | 2 +- zeus.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/settings.py b/lib/core/settings.py index e9e33e5..5936670 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -22,7 +22,7 @@ except NameError: # clone link CLONE = "https://github.com/ekultek/zeus-scanner.git" # current version -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 diff --git a/zeus.py b/zeus.py index 610bbc3..4c73b04 100755 --- a/zeus.py +++ b/zeus.py @@ -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",