Major bug fix to --union-test

This commit is contained in:
Bernardo Damele
2010-10-25 23:39:55 +00:00
parent 7effd0c301
commit f5904d0bc0
9 changed files with 29 additions and 29 deletions

View File

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