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 b45ae10 commit e195de2Copy full SHA for e195de2
1 file changed
lib/core/common.py
@@ -2630,8 +2630,8 @@ def cpuThrottle(value):
2630
2631
def removeReflectiveValues(content, payload, suppressWarning=False):
2632
"""
2633
- Neutralizes (static/marked) reflective values in a given content based on a payload
2634
- (e.g. ?search=sql injection ---> ...value="sql%20injection")
+ 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>...")
2635
2636
2637
retVal = content
0 commit comments