mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
setting conf.threads when -o switch is used
This commit is contained in:
@@ -989,6 +989,7 @@ def __cleanupOptions():
|
||||
if conf.optimize:
|
||||
conf.predictOutput = conf.keepAlive = True
|
||||
conf.nullConnection = not conf.textOnly
|
||||
conf.threads = 4 if conf.threads < 2 else conf.threads
|
||||
|
||||
def __setConfAttributes():
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user