mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Fix for --dump and -d=mssql
This commit is contained in:
parent
4365c48e83
commit
eb6f17b561
|
@ -110,7 +110,7 @@ def pivotDumpTable(table, colList, count=None, blind=True):
|
|||
else:
|
||||
query = dumpNode.query2 % (column, table, colList[0], pivotValue)
|
||||
|
||||
value = inject.getValue(query, blind=blind, inband=not blind, error=not blind)
|
||||
value = unArrayizeValue(inject.getValue(query, blind=blind, inband=not blind, error=not blind))
|
||||
|
||||
if column == colList[0]:
|
||||
if isNoneValue(value):
|
||||
|
|
Loading…
Reference in New Issue
Block a user