mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
more consistent
This commit is contained in:
parent
980367b7b2
commit
948cf25de4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user