Major bug fix to properly prepare UNION technique statement for --os-pwn and --is-dba

This commit is contained in:
Bernardo Damele
2011-02-21 16:00:56 +00:00
parent 90582ed7dc
commit 3e8c204121
5 changed files with 11 additions and 8 deletions

View File

@@ -142,7 +142,7 @@ class Enumeration:
query = queries[Backend.getIdentifiedDbms()].is_dba.query
query = agent.forgeCaseStatement(query)
isDba = inject.getValue(query, unpack=False, charsetType=1)
isDba = inject.getValue(query, charsetType=1)
if user is None:
kb.data.isDba = isDba