Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hackmanit/Web-Cache-Vulnerability-Scanner
/ Print
Function
Print
pkg/utils.go:81–83 ·
view source on GitHub ↗
(msg string, c int)
Source
from the content-addressed store, hash-verified
79
}
80
81
func
Print(msg string, c int) {
82
PrintVerbose(msg, c, 0)
83
}
84
85
func
PrintFatal(msg string) {
86
Print(msg, Red)
Callers
15
main
Function · 0.92
runTests
Function · 0.92
GenerateHeaderString
Function · 0.85
httpRequestSmuggling
Function · 0.85
PrintNewLine
Function · 0.85
PrintFatal
Function · 0.85
setRequest
Function · 0.85
responseCookiesToMap
Function · 0.85
setRequestHeaders
Function · 0.85
setRequestCookies
Function · 0.85
RandomString
Function · 0.85
randInt
Function · 0.85
Calls
1
PrintVerbose
Function · 0.85
Tested by
1
TestWebCacheDeception
Function · 0.68