mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-20 15:23:36 +01:00
more consistent
This commit is contained in:
parent
980367b7b2
commit
948cf25de4
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue