mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Renamed --common-prediction switch to --predict-output
This commit is contained in:
parent
f54c134d22
commit
64b9f94fcf
4 changed files with 6 additions and 6 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue