mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
added keepAlive under -o switch too
This commit is contained in:
parent
4fd7db52dd
commit
8cf1aa6abe
|
@ -97,7 +97,7 @@ def start():
|
|||
return
|
||||
|
||||
if conf.optimize:
|
||||
conf.useCommonPrediction = conf.useNullConnection = True
|
||||
conf.useCommonPrediction = conf.useNullConnection = conf.keepAlive = True
|
||||
|
||||
|
||||
if conf.smokeTest:
|
||||
|
|
Loading…
Reference in New Issue
Block a user