mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
added keepAlive under -o switch too
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user