Skip to content

Commit 3616ed9

Browse files
committed
typo
1 parent b9b9bb4 commit 3616ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/requests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func checkPoisoningIndicators(repResult *reportResult, repCheck reportCheck, suc
6161
}
6262

6363
if repCheck.Reason == "" {
64-
// check for reflrection in body
64+
// check for reflection in body
6565
if strings.Contains(Config.ReasonTypes, "body") && poison != "" && poison != "http" && poison != "https" && poison != "nothttps" && poison != "1" && strings.Contains(body, poison) { // dont check for reflection of http/https/nothttps (used by forwarded headers), 1 (used by DOS) or empty poison
6666
repCheck.Reason = fmt.Sprintf("Reflection Body: Response Body contained poison value %s %d times", poison, strings.Count(body, poison))
6767
repCheck.Occurrences = findOccurrencesWithContext(body, poison, 25)

0 commit comments

Comments
 (0)