mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fix for an Issue #202
This commit is contained in:
parent
ed2d163269
commit
e440b096c5
3 changed files with 5 additions and 3 deletions
|
|
@ -78,7 +78,7 @@ class Users:
|
|||
query = queries[Backend.getIdentifiedDbms()].is_dba.query
|
||||
|
||||
query = agent.forgeCaseStatement(query)
|
||||
kb.data.isDba = unArrayizeValue(inject.getValue(query, expected=EXPECTED.BOOL, charsetType=CHARSET_TYPE.BINARY))
|
||||
kb.data.isDba = inject.checkBooleanExpression(query)
|
||||
|
||||
return kb.data.isDba
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue