mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-24 16:39:04 +00:00
Consistency between cmdline.py, optiondict.py and sqlmap.conf and got rid of --union-use switch
This commit is contained in:
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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user