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