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

Skip to content

Commit e195de2

Browse files
committed
correcting comment on reflective removal function
1 parent b45ae10 commit e195de2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/core/common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2630,8 +2630,8 @@ def cpuThrottle(value):
26302630

26312631
def removeReflectiveValues(content, payload, suppressWarning=False):
26322632
"""
2633-
Neutralizes (static/marked) reflective values in a given content based on a payload
2634-
(e.g. ?search=sql injection ---> ...value="sql%20injection")
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>...")
26352635
"""
26362636

26372637
retVal = content

0 commit comments

Comments
 (0)