mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 04:24:34 +00:00
Consistency between cmdline.py, optiondict.py and sqlmap.conf and got rid of --union-use switch
This commit is contained in:
parent
378653a1ec
commit
debaf2215f
4 changed files with 15 additions and 22 deletions
13
sqlmap.conf
13
sqlmap.conf
|
|
@ -226,7 +226,11 @@ tamper =
|
|||
# using the default blind SQL injection technique.
|
||||
[Techniques]
|
||||
|
||||
# Test for stacked queries (multiple statements) support.
|
||||
# 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
|
||||
|
||||
|
|
@ -239,7 +243,7 @@ timeTest = False
|
|||
# Default: 5
|
||||
timeSec = 5
|
||||
|
||||
# Test for UNION query (inband) SQL injection.
|
||||
# Test for and use UNION query (inband) SQL injection.
|
||||
# Valid: True or False
|
||||
unionTest = False
|
||||
|
||||
|
|
@ -250,11 +254,6 @@ unionTest = False
|
|||
# Default: NULL
|
||||
uTech = NULL
|
||||
|
||||
# Use the UNION query (inband) SQL injection to retrieve the queries
|
||||
# output. No need to go blind.
|
||||
# Valid: True or False
|
||||
unionUse = False
|
||||
|
||||
|
||||
[Fingerprint]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue