MCPcopy 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
81func Print(msg string, c int) {
82 PrintVerbose(msg, c, 0)
83}
84
85func PrintFatal(msg string) {
86 Print(msg, Red)

Callers 15

mainFunction · 0.92
runTestsFunction · 0.92
GenerateHeaderStringFunction · 0.85
httpRequestSmugglingFunction · 0.85
PrintNewLineFunction · 0.85
PrintFatalFunction · 0.85
setRequestFunction · 0.85
responseCookiesToMapFunction · 0.85
setRequestHeadersFunction · 0.85
setRequestCookiesFunction · 0.85
RandomStringFunction · 0.85
randIntFunction · 0.85

Calls 1

PrintVerboseFunction · 0.85

Tested by 1

TestWebCacheDeceptionFunction · 0.68