mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -163,10 +163,7 @@ class Enumeration:
|
||||
query = queries[Backend.getIdentifiedDbms()].is_dba.query
|
||||
|
||||
query = agent.forgeCaseStatement(query)
|
||||
isDba = inject.getValue(query, charsetType=1)
|
||||
|
||||
if user is None:
|
||||
kb.data.isDba = unArrayizeValue(isDba)
|
||||
isDba = unArrayizeValue(inject.getValue(query, charsetType=1))
|
||||
|
||||
return isDba == "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user