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

@@ -64,7 +64,7 @@ def action():
if conf.timeTest:
conf.dumper.technic("time based blind sql injection payload", timeTest())
if ( conf.unionUse or conf.unionTest ) and not kb.unionPosition:
if conf.unionTest and not kb.unionPosition:
conf.dumper.technic("valid union", unionTest())
# Enumeration options