Libraries tagged by server-side-request-forgery
j0k3r/httplug-ssrf-plugin
353233 Downloads
Server-Side Request Forgery (SSRF) protection plugin for HTTPlug
cboxdk/laravel-ssrf
450 Downloads
Cbox SSRF — a hardened, config-driven guard against server-side request forgery for outbound URLs in Laravel. Blocks private/reserved/cloud-metadata targets, pins DNS, and refuses redirects.
securized/laravel-ssrf
184 Downloads
SSRF prevention for Laravel. Protect Http::, Guzzle, and validate user-supplied URLs against server-side request forgery.
jeffersongoncalves/laravel-ssrf-guard
58 Downloads
A Laravel package that protects outbound HTTP requests from SSRF (Server-Side Request Forgery): it validates that a URL's host resolves only to public IPs (denying private, reserved, loopback and link-local ranges by default), pins the connection to the validated IP to close the DNS-rebinding TOCTOU window, and performs safe GET requests that re-validate every redirect hop.