mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 16:24:25 +03:00
Minor bug fix to correctly resuming --union-test results from session file.
This commit is contained in:
parent
f8cdde2d51
commit
72fda2a3e4
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user