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

Function waitLimiter

pkg/utils.go:279–285  ·  view source on GitHub ↗
(identifier string)

Source from the content-addressed store, hash-verified

277}
278
279func waitLimiter(identifier string) {
280 err := Config.Limiter.Wait(context.Background())
281 if err != nil {
282 msg := identifier + " rate Wait: " + err.Error()
283 Print(msg, Red)
284 }
285}
286
287func searchBodyHeadersForString(cb string, body string, headers http.Header) bool {
288 if strings.Contains(body, cb) {

Callers 9

httpRequestSmugglingFunction · 0.85
checkIfAlwaysMissFunction · 0.85
cachebusterCookieFunction · 0.85
cachebusterHeaderFunction · 0.85
cachebusterParameterFunction · 0.85
cachebusterHTTPMethodFunction · 0.85
GetWebsiteFunction · 0.85
firstRequestFunction · 0.85

Calls 1

PrintFunction · 0.85

Tested by

no test coverage detected