mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
Reduced number of threads to 3 when -o is provided
This commit is contained in:
parent
265fa52600
commit
81034140c0
|
@ -1141,7 +1141,7 @@ def __cleanupOptions():
|
|||
#conf.predictOutput = True
|
||||
conf.keepAlive = True
|
||||
conf.nullConnection = not conf.textOnly
|
||||
conf.threads = 4 if conf.threads < 4 else conf.threads
|
||||
conf.threads = 3 if conf.threads < 3 else conf.threads
|
||||
|
||||
if conf.tor:
|
||||
conf.proxy = DEFAULT_TOR_PROXY
|
||||
|
|
Loading…
Reference in New Issue
Block a user