mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
minor beautification for --tor switch
This commit is contained in:
@@ -1241,6 +1241,9 @@ def __cleanupOptions():
|
||||
conf.threads = 3 if conf.threads < 3 else conf.threads
|
||||
|
||||
if conf.tor:
|
||||
infoMsg = "setting Tor proxy settings"
|
||||
logger.info(infoMsg)
|
||||
|
||||
conf.proxy = DEFAULT_TOR_PROXY
|
||||
|
||||
if conf.data:
|
||||
|
||||
Reference in New Issue
Block a user