mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
added optimization switch (-o)
This commit is contained in:
@@ -96,6 +96,10 @@ def start():
|
||||
if not conf.start:
|
||||
return
|
||||
|
||||
if conf.optimize:
|
||||
conf.useCommonPrediction = conf.useNullConnection = True
|
||||
|
||||
|
||||
if conf.smokeTest:
|
||||
smokeTest()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user