mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
removed deprecated commented out code, minor tweak to the color output
This commit is contained in:
parent
61d25ec6be
commit
42ee8e6a2b
1 changed files with 1 additions and 7 deletions
|
|
@ -164,12 +164,6 @@ def sqlmap_scan_main(url, port=None, verbose=None, opts=None, auto_start=False):
|
|||
found_path = find_sqlmap()
|
||||
|
||||
if auto_start:
|
||||
'''lib.core.settings.logger.error(lib.core.settings.set_color(
|
||||
"auto start is not enabled yet, please start the API manually..."
|
||||
))
|
||||
lib.core.settings.prompt(
|
||||
"press enter when ready..."
|
||||
)'''
|
||||
lib.core.settings.logger.info(lib.core.settings.set_color(
|
||||
"attempting to launch sqlmap API..."
|
||||
))
|
||||
|
|
@ -212,7 +206,7 @@ def sqlmap_scan_main(url, port=None, verbose=None, opts=None, auto_start=False):
|
|||
"current sqlmap scan ID: '{}'...".format(api_id), level=10
|
||||
))
|
||||
lib.core.settings.logger.info(lib.core.settings.set_color(
|
||||
"starting sqlmap scan on url: '{}'...".format(url)
|
||||
"starting sqlmap scan on url: '{}'...".format(url), level=25
|
||||
))
|
||||
if opts:
|
||||
if verbose:
|
||||
|
|
|
|||
Loading…
Reference in a new issue