Libraries tagged by server-side-request-forgery

j0k3r/httplug-ssrf-plugin

4 Favers
353233 Downloads

Server-Side Request Forgery (SSRF) protection plugin for HTTPlug

Go to Download


cboxdk/laravel-ssrf

0 Favers
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.

Go to Download


securized/laravel-ssrf

0 Favers
184 Downloads

SSRF prevention for Laravel. Protect Http::, Guzzle, and validate user-supplied URLs against server-side request forgery.

Go to Download


jeffersongoncalves/laravel-ssrf-guard

1 Favers
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.

Go to Download