mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +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:
parent
e8c6c01e27
commit
c22338ce90
12 changed files with 1 additions and 234 deletions
12
sqlmap.conf
12
sqlmap.conf
|
|
@ -246,18 +246,6 @@ longestCommon = False
|
|||
# using the default blind SQL injection technique.
|
||||
[Techniques]
|
||||
|
||||
# Test for and use error based SQL injection.
|
||||
# Valid: True or False
|
||||
errorTest = False
|
||||
|
||||
# Test for and use stacked queries (multiple statements).
|
||||
# Valid: True or False
|
||||
stackedTest = False
|
||||
|
||||
# Test for time based blind SQL injection.
|
||||
# Valid: True or False
|
||||
timeTest = False
|
||||
|
||||
# Seconds to delay the response from the DBMS.
|
||||
# Valid: integer
|
||||
# Default: 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue