mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Renamed --common-prediction switch to --predict-output
This commit is contained in:
@@ -979,7 +979,7 @@ def __cleanupOptions():
|
||||
conf.multipleTargets = True
|
||||
|
||||
if conf.optimize:
|
||||
conf.commonPrediction = conf.keepAlive = True
|
||||
conf.predictOutput = conf.keepAlive = True
|
||||
conf.nullConnection = not conf.textOnly
|
||||
|
||||
def __setConfAttributes():
|
||||
|
||||
Reference in New Issue
Block a user