mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
update regarding last commit
This commit is contained in:
parent
39e33bea99
commit
7f9f744b87
1 changed files with 1 additions and 1 deletions
|
|
@ -1619,7 +1619,7 @@ class Enumeration:
|
|||
query = rootQuery.inband.query % (colString, conf.db, tbl)
|
||||
|
||||
if not entries and query:
|
||||
if Backend.getIdentifiedDbms() in (DBMS.MYSQL,):
|
||||
if Backend.getIdentifiedDbms() in (DBMS.MYSQL, DBMS.PGSQL):
|
||||
query = "%s ORDER BY %s" % (query, sorted(colList, key=len)[0])
|
||||
entries = inject.getValue(query, blind=False, dump=True)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue