Libraries tagged by server-side-request-forgery
securized/laravel-ssrf
3594 Downloads
SSRF prevention for Laravel. Protect Http::, Guzzle, and validate user-supplied URLs against server-side request forgery.
j0k3r/httplug-ssrf-plugin
363708 Downloads
Server-Side Request Forgery (SSRF) protection plugin for HTTPlug
jeffersongoncalves/laravel-ssrf-guard
546 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.
cboxdk/laravel-ssrf
2193 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.