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

Skip to content

Commit 558ef0a

Browse files
committed
Minor fix
1 parent e226006 commit 558ef0a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/techniques/union/use.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,8 @@ def unionThread():
319319
kb.suppressResumeInfo = False
320320

321321
if not value and not abortedFlag:
322-
value = _oneShotUnionUse(expression, unpack)
322+
output = _oneShotUnionUse(expression, unpack)
323+
value = parseUnionPage(output)
323324

324325
duration = calculateDeltaSeconds(start)
325326

0 commit comments

Comments
 (0)