mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Major bug fix to --union-test
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.unionTest and not kb.unionPosition:
|
||||
if conf.unionTest and kb.unionPosition is None:
|
||||
conf.dumper.technic("valid union", unionTest())
|
||||
|
||||
# Enumeration options
|
||||
|
||||
Reference in New Issue
Block a user