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 b0fdbdb commit d937e27Copy full SHA for d937e27
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:
+ if " FROM " in expression and "EXISTS(" not in expression and kb.dbms:
68
limitRegExp = re.search(queries[kb.dbms].limitregexp.query, expression, re.I)
69
70
if limitRegExp:
0 commit comments