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