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

Skip to content

Commit a1d1f69

Browse files
committed
revert
1 parent d937e27 commit a1d1f69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/techniques/inband/union

lib/techniques/inband/union/use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def unionUse(expression, direct=False, unescape=True, resetCounter=False, nullCh
6464
# entry per time
6565
# NOTE: I assume that only queries that get data from a table can
6666
# return multiple entries
67-
if " FROM " in expression and "EXISTS(" not in expression and kb.dbms:
67+
if " FROM " in expression and "EXISTS(" not in expression:
6868
limitRegExp = re.search(queries[kb.dbms].limitregexp.query, expression, re.I)
6969

7070
if limitRegExp:

0 commit comments

Comments
 (0)