mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue