Skip to main content

Module ssrf

Module ssrf 

Source
Expand description

SSRF (Server-Side Request Forgery) protection

Validates URLs before making HTTP requests to prevent:

  • Access to private IP ranges
  • Access to localhost
  • Access to cloud metadata endpoints
  • DNS rebinding attacks
  • Unicode homograph attacks in domains

Structs§

SsrfValidator
SSRF validator with configurable blocked CIDR ranges