mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Minor bug fixes to -d
This commit is contained in:
@@ -72,7 +72,7 @@ def direct(query, content=True):
|
||||
out = list(output)[0][0]
|
||||
if isinstance(out, str):
|
||||
out = utf8decode(out)
|
||||
return out
|
||||
return getUnicode(out)
|
||||
else:
|
||||
return list(output)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user