Minor bug fix to correctly resuming --union-test results from session file.

This commit is contained in:
Bernardo Damele 2010-05-19 14:21:59 +00:00
parent f8cdde2d51
commit 72fda2a3e4

View File

@ -203,6 +203,9 @@ def unionTest():
if conf.direct: if conf.direct:
return return
if kb.unionCount is not None and kb.unionPosition is not None:
return
if conf.uTech == "orderby": if conf.uTech == "orderby":
technique = "ORDER BY clause bruteforcing" technique = "ORDER BY clause bruteforcing"
else: else: