mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
more work on #342
This commit is contained in:
parent
ec076f5f8a
commit
2a751e075d
2 changed files with 1 additions and 4 deletions
|
|
@ -891,9 +891,6 @@ class Agent(object):
|
|||
else:
|
||||
query = expression
|
||||
|
||||
if (select and re.search("\A(COUNT|LTRIM)\(", query, re.I)) or len(query) <= 1:
|
||||
return query
|
||||
|
||||
if selectDistinctExpr:
|
||||
lengthExpr = "SELECT %s FROM (%s)" % (lengthQuery % query, expression)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue