MCPcopy Create free account
hub / github.com/Hackmanit/Web-Cache-Vulnerability-Scanner / getRespSplit

Function getRespSplit

pkg/requests.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func getRespSplit() string {
47 return "\\r\\n" + RESP_SPLIT_HEADER + ": " + RESP_SPLIT_VALUE
48}
49
50func getHeaderReflections(header http.Header, headersWithPoison []string) []string {
51 var parts []string

Callers 9

ScanCookiesFunction · 0.85
ForwardHeadersTemplateFunction · 0.85
ScanHeadersFunction · 0.85
ScanParametersFunction · 0.85
ScanFatGETFunction · 0.85
ScanParameterCloakingFunction · 0.85
ScanParameterPollutionFunction · 0.85
ScanParameterEncodingFunction · 0.85
headerDOSTemplateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected