You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifpoison!=""&&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
66
-
repCheck.Reason=fmt.Sprintf("Response Body contained poison value %s %d times", poison, strings.Count(body, poison))
66
+
repCheck.Reason=fmt.Sprintf("Reflection Body: Response Body contained poison value %s %d times", poison, strings.Count(body, poison))
repCheck.Reason=fmt.Sprintf("Length %d differed more than %d bytes from normal length %d", len(body), Config.CLDiff, len(Config.Website.Body))
129
+
repCheck.Reason=fmt.Sprintf("Changed Content Length: Length %d differed more than %d bytes from normal length %d", len(body), Config.CLDiff, len(Config.Website.Body))
0 commit comments