diff --git a/.gitignore b/.gitignore index 019ef1d..678c350 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ log/* geckodriver.log *.pyc .idea/* -bin/executed \ No newline at end of file +bin/* \ No newline at end of file diff --git a/lib/attacks/sqlmap_scan/__init__.py b/lib/attacks/sqlmap_scan/__init__.py index 8aca256..4dbc8ef 100644 --- a/lib/attacks/sqlmap_scan/__init__.py +++ b/lib/attacks/sqlmap_scan/__init__.py @@ -148,7 +148,7 @@ def sqlmap_scan_main(url, port=None, verbose=None, auto_search=False, opts=None, "current sqlmap scan ID: '{}'...".format(api_id), level=10 )) lib.settings.logger.info(lib.settings.set_color( - "starting sqlmap scan..." + "starting sqlmap scan on url: '{}'...".format(url) )) if opts is not None: if verbose: diff --git a/lib/settings.py b/lib/settings.py index 11066ff..36e797f 100644 --- a/lib/settings.py +++ b/lib/settings.py @@ -16,8 +16,8 @@ import bin.unzip_gecko # clone link CLONE = "https://github.com/ekultek/zeus-scanner.git" -# current version -VERSION = "1.0" +# current version +VERSION = "1.0.1" # colors to output depending on the version VERSION_TYPE_COLORS = {"dev": 33, "stable": 92, "other": 30} # version string formatting