mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
added optimization switch (-o)
This commit is contained in:
parent
bfffd5e333
commit
6259114c02
2 changed files with 7 additions and 0 deletions
|
|
@ -96,6 +96,10 @@ def start():
|
|||
if not conf.start:
|
||||
return
|
||||
|
||||
if conf.optimize:
|
||||
conf.useCommonPrediction = conf.useNullConnection = True
|
||||
|
||||
|
||||
if conf.smokeTest:
|
||||
smokeTest()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue