mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor bug fix for --privileges on PgSQL with error-based SQL inj technique
This commit is contained in:
parent
5af7410cb1
commit
3cb0ca4b63
2 changed files with 1 additions and 2 deletions
|
|
@ -690,7 +690,6 @@ class Agent:
|
|||
limitedQuery += "NOT IN (%s" % (limitStr % num)
|
||||
limitedQuery += "%s %s)" % (field, fromFrom)
|
||||
|
||||
|
||||
if orderBy:
|
||||
limitedQuery += orderBy
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue