Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72fda2a

Browse files
committed
Minor bug fix to correctly resuming --union-test results from session file.
1 parent f8cdde2 commit 72fda2a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/techniques/inband/union/test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ def unionTest():
203203
if conf.direct:
204204
return
205205

206+
if kb.unionCount is not None and kb.unionPosition is not None:
207+
return
208+
206209
if conf.uTech == "orderby":
207210
technique = "ORDER BY clause bruteforcing"
208211
else:

0 commit comments

Comments
 (0)