mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
now --users works for MaxDB too
This commit is contained in:
parent
cd0d4135ac
commit
b761523f3f
2 changed files with 2 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ class Enumeration:
|
|||
indexRange = getRange(count, plusOne=plusOne)
|
||||
|
||||
for index in indexRange:
|
||||
if kb.dbms == DBMS.SYBASE:
|
||||
if kb.dbms in (DBMS.SYBASE, DBMS.MAXDB):
|
||||
query = rootQuery.blind.query % (kb.data.cachedUsers[-1] if kb.data.cachedUsers else " ")
|
||||
elif condition:
|
||||
query = rootQuery.blind.query2 % index
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue