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

Skip to content

Commit d6f936b

Browse files
committed
minor update
1 parent 40f21c3 commit d6f936b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/union/use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def unionUse(expression, unpack=True, dump=False):
164164
_, _, _, _, _, expressionFieldsList, expressionFields, _ = agent.getFields(origExpr)
165165

166166
if expressionFieldsList and len(expressionFieldsList) > 1 and " ORDER BY " in expression:
167-
# No need for it in and just slowing down on large table dumps
167+
# No need for it in multicolumn dumps (one row is retrieved per request) and just slowing down on large table dumps
168168
expression = expression[:expression.rindex(" ORDER BY ")]
169169

170170
# We have to check if the SQL query might return multiple entries

0 commit comments

Comments
 (0)