mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
minor update
This commit is contained in:
@@ -2631,7 +2631,7 @@ def cpuThrottle(value):
|
|||||||
def removeReflectiveValues(content, payload, suppressWarning=False):
|
def removeReflectiveValues(content, payload, suppressWarning=False):
|
||||||
"""
|
"""
|
||||||
Neutralizes reflective values in a given content based on a payload
|
Neutralizes reflective values in a given content based on a payload
|
||||||
(e.g. ..search.php?q=1 AND 1=2 --> "...searching for <b>1%20AND%202</b>..." --> "...searching for <b>__REFLECTED_VALUE__</b>...")
|
(e.g. ..search.php?q=1 AND 1=2 --> "...searching for <b>1%20AND%201%3D2</b>..." --> "...searching for <b>__REFLECTED_VALUE__</b>...")
|
||||||
"""
|
"""
|
||||||
|
|
||||||
retVal = content
|
retVal = content
|
||||||
|
|||||||
Reference in New Issue
Block a user