mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-18 20:39:02 +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():
|
||||
|
||||
@@ -47,7 +47,7 @@ optDict = {
|
||||
|
||||
"Optimization": {
|
||||
"optimize": "boolean",
|
||||
"commonPrediction": "boolean",
|
||||
"predictOutput": "boolean",
|
||||
"keepAlive": "boolean",
|
||||
"nullConnection": "boolean",
|
||||
"threads": "integer"
|
||||
|
||||
Reference in New Issue
Block a user