MCPcopy Create free account
hub / github.com/devploit/nomore403 / payloadPlaceholder

Function payloadPlaceholder

cmd/requester.go:3939–3941  ·  view source on GitHub ↗

payloadPlaceholder returns the placeholder string for a given index.

(idx int)

Source from the content-addressed store, hash-verified

3937
3938// payloadPlaceholder returns the placeholder string for a given index.
3939func payloadPlaceholder(idx int) string {
3940 return fmt.Sprintf("%s%d\x00", payloadPlaceholderPrefix, idx)
3941}
3942
3943// resetMaps clears all result tracking maps before starting new requests.
3944func resetMaps() {

Callers 4

requestPayloadPositionsFunction · 0.85
requesterFunction · 0.85

Calls

no outgoing calls

Tested by 2