Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2bad73a

Browse files
committed
minor update
1 parent e195de2 commit 2bad73a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2631,7 +2631,7 @@ def cpuThrottle(value):
26312631
def removeReflectiveValues(content, payload, suppressWarning=False):
26322632
"""
26332633
Neutralizes reflective values in a given content based on a payload
2634-
(e.g. ..search.php?q=1 AND 1=2 --> "...searching for <b>1%20AND%202</b>..." --> "...searching for <b>__REFLECTED_VALUE__</b>...")
2634+
(e.g. ..search.php?q=1 AND 1=2 --> "...searching for <b>1%20AND%201%3D2</b>..." --> "...searching for <b>__REFLECTED_VALUE__</b>...")
26352635
"""
26362636

26372637
retVal = content

0 commit comments

Comments
 (0)