mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
setting conf.threads when -o switch is used
This commit is contained in:
parent
e4089e86e8
commit
2194d47782
|
@ -989,6 +989,7 @@ def __cleanupOptions():
|
||||||
if conf.optimize:
|
if conf.optimize:
|
||||||
conf.predictOutput = conf.keepAlive = True
|
conf.predictOutput = conf.keepAlive = True
|
||||||
conf.nullConnection = not conf.textOnly
|
conf.nullConnection = not conf.textOnly
|
||||||
|
conf.threads = 4 if conf.threads < 2 else conf.threads
|
||||||
|
|
||||||
def __setConfAttributes():
|
def __setConfAttributes():
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user