mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor bug fix to correctly resuming --union-test results from session file.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user