Consistency between cmdline.py, optiondict.py and sqlmap.conf and got rid of --union-use switch

This commit is contained in:
Bernardo Damele
2010-10-25 15:54:45 +00:00
parent 378653a1ec
commit debaf2215f
4 changed files with 15 additions and 22 deletions

View File

@@ -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]