mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Removed --error-test, --stacked-test and --time-test switches and adapted the code accordingly. This is due to the fact that the new XML based detection engine already supports all of those tests (and more).
This commit is contained in:
@@ -226,19 +226,6 @@ def cmdLineParser():
|
||||
"the affected parameter(s) rather than using "
|
||||
"the default blind SQL injection technique.")
|
||||
|
||||
techniques.add_option("--error-test", dest="errorTest",
|
||||
action="store_true", default=False,
|
||||
help="Test for and use error based SQL injection")
|
||||
|
||||
techniques.add_option("--stacked-test", dest="stackedTest",
|
||||
action="store_true", default=False,
|
||||
help="Test for and use stacked queries (multiple "
|
||||
"statements)")
|
||||
|
||||
techniques.add_option("--time-test", dest="timeTest",
|
||||
action="store_true", default=False,
|
||||
help="Test for time based blind SQL injection")
|
||||
|
||||
techniques.add_option("--time-sec", dest="timeSec",
|
||||
type="int", default=5,
|
||||
help="Seconds to delay the DBMS response "
|
||||
|
||||
Reference in New Issue
Block a user