Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d937e27 commit a1d1f69Copy full SHA for a1d1f69
1 file changed
lib/techniques/inband/union/use.py
@@ -64,7 +64,7 @@ def unionUse(expression, direct=False, unescape=True, resetCounter=False, nullCh
64
# entry per time
65
# NOTE: I assume that only queries that get data from a table can
66
# return multiple entries
67
- if " FROM " in expression and "EXISTS(" not in expression and kb.dbms:
+ if " FROM " in expression and "EXISTS(" not in expression:
68
limitRegExp = re.search(queries[kb.dbms].limitregexp.query, expression, re.I)
69
70
if limitRegExp:
0 commit comments