mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
added keepAlive under -o switch too
This commit is contained in:
parent
4fd7db52dd
commit
8cf1aa6abe
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue