Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e195de2 commit 2bad73aCopy full SHA for 2bad73a
1 file changed
lib/core/common.py
@@ -2631,7 +2631,7 @@ def cpuThrottle(value):
2631
def removeReflectiveValues(content, payload, suppressWarning=False):
2632
"""
2633
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>...")
+ (e.g. ..search.php?q=1 AND 1=2 --> "...searching for <b>1%20AND%201%3D2</b>..." --> "...searching for <b>__REFLECTED_VALUE__</b>...")
2635
2636
2637
retVal = content
0 commit comments