mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
Minor bug fix to correctly resuming --union-test results from session file.
This commit is contained in:
parent
f8cdde2d51
commit
72fda2a3e4
1 changed files with 3 additions and 0 deletions
|
|
@ -203,6 +203,9 @@ def unionTest():
|
|||
if conf.direct:
|
||||
return
|
||||
|
||||
if kb.unionCount is not None and kb.unionPosition is not None:
|
||||
return
|
||||
|
||||
if conf.uTech == "orderby":
|
||||
technique = "ORDER BY clause bruteforcing"
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue