mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -2655,8 +2655,8 @@ def removeReflectiveValues(content, payload, suppressWarning=False):
|
|||||||
if retVal != content:
|
if retVal != content:
|
||||||
kb.reflectiveCounters[REFLECTIVE_COUNTER.HIT] += 1
|
kb.reflectiveCounters[REFLECTIVE_COUNTER.HIT] += 1
|
||||||
if not suppressWarning:
|
if not suppressWarning:
|
||||||
debugMsg = "reflective value found and filtered out"
|
warnMsg = "reflective value(s) found and filtering out"
|
||||||
logger.debug(debugMsg)
|
singleTimeWarnMessage(warnMsg)
|
||||||
|
|
||||||
elif not kb.testMode and not kb.reflectiveCounters[REFLECTIVE_COUNTER.HIT]:
|
elif not kb.testMode and not kb.reflectiveCounters[REFLECTIVE_COUNTER.HIT]:
|
||||||
kb.reflectiveCounters[REFLECTIVE_COUNTER.MISS] += 1
|
kb.reflectiveCounters[REFLECTIVE_COUNTER.MISS] += 1
|
||||||
|
|||||||
Reference in New Issue
Block a user