mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 20:46:36 +00:00
Minor fix
This commit is contained in:
parent
0aeb9dbe8b
commit
a435ba6863
4 changed files with 4 additions and 3 deletions
|
|
@ -110,7 +110,7 @@ def pivotDumpTable(table, colList, count=None, blind=True):
|
|||
else:
|
||||
query = dumpNode.query2 % (column, table, colList[0], pivotValue)
|
||||
|
||||
value = unArrayizeValue(inject.getValue(query, blind=blind, inband=not blind, error=not blind))
|
||||
value = unArrayizeValue(inject.getValue(query, blind=blind, time=blind, inband=not blind, error=not blind))
|
||||
|
||||
if column == colList[0]:
|
||||
if isNoneValue(value):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue