Skip to content

Commit 5198e4c

Browse files
committed
Minor bug fix (based on private user report)
1 parent 3451372 commit 5198e4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/union/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def _unionPosition(comment, place, parameter, prefix, suffix, count, where=PAYLO
226226
if content.count(phrase) > 0 and content.count(phrase) < LIMITED_ROWS_TEST_NUMBER:
227227
warnMsg = "output with limited number of rows detected. Switching to partial mode"
228228
logger.warn(warnMsg)
229-
vector = (position, count, comment, prefix, suffix, kb.uChar, PAYLOAD.WHERE.NEGATIVE, kb.unionDuplicates, False)
229+
vector = (position, count, comment, prefix, suffix, kb.uChar, where, kb.unionDuplicates, True)
230230

231231
unionErrorCase = kb.errorIsNone and wasLastResponseDBMSError()
232232

0 commit comments

Comments
 (0)