mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-25 01:34:23 +01:00
minor fix to reset partRun value - #297
This commit is contained in:
parent
a367dca653
commit
b272b0574d
1 changed files with 3 additions and 0 deletions
|
|
@ -413,6 +413,9 @@ def getValue(expression, blind=True, union=True, error=True, time=True, fromUser
|
|||
warnMsg += "a switch '--no-cast' and/or switch '--hex'"
|
||||
singleTimeWarnMessage(warnMsg)
|
||||
|
||||
if kb.partRun:
|
||||
kb.partRun = None
|
||||
|
||||
return extractExpectedValue(value, expected)
|
||||
|
||||
def goStacked(expression, silent=False):
|
||||
|
|
|
|||
Loading…
Reference in a new issue