mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
more consistent
This commit is contained in:
@@ -163,9 +163,9 @@ class Enumeration:
|
||||
query = queries[Backend.getIdentifiedDbms()].is_dba.query
|
||||
|
||||
query = agent.forgeCaseStatement(query)
|
||||
isDba = unArrayizeValue(inject.getValue(query, charsetType=1))
|
||||
kb.data.isDba = unArrayizeValue(inject.getValue(query, charsetType=1))
|
||||
|
||||
return isDba == "1"
|
||||
return kb.data.isDba == "1"
|
||||
|
||||
def getUsers(self):
|
||||
infoMsg = "fetching database users"
|
||||
|
||||
Reference in New Issue
Block a user