Libraries tagged by ssrf
craftcms/url-validator
132230 Downloads
Validate URLs and IP addresses against SSRF, DNS rebinding, and cloud-metadata attacks.
j0k3r/httplug-ssrf-plugin
355631 Downloads
Server-Side Request Forgery (SSRF) protection plugin for HTTPlug
pushery/webhooks-for-laravel
3125 Downloads
An all-in-one, config-gated webhooks toolkit for Laravel: send signed outbound webhooks (Standard Webhooks signatures by default, Ed25519 optional), receive and verify inbound ones, let customers self-serve their endpoints, and observe every delivery on a dashboard — switch on only the layers you need.
j0k3r/safecurl
149828 Downloads
A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.
fin1te/safecurl
26323 Downloads
A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.
securized/laravel-ssrf
810 Downloads
SSRF prevention for Laravel. Protect Http::, Guzzle, and validate user-supplied URLs against server-side request forgery.
cboxdk/laravel-ssrf
1283 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.
vanilla/safecurl
147912 Downloads
A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.
mohamedsamy902/advanced-file-upload
96 Downloads
A production-grade, security-hardened media management & chunked file upload package for Laravel.
cboxdk/laravel-siem
1040 Downloads
The SIEM log-streaming delivery engine for Laravel — a durable transactional outbox, queued batched delivery with retry/backoff/dead-letter/circuit-breaker, SSRF-guarded HTTP egress, encrypted destination secrets, and PII redaction, on top of the framework-agnostic cboxdk/siem core.
laramint/laravel-security-scanner
1373 Downloads
Laravel-aware security rules for php-security-scanner. Detects Laravel SQL injection (DB::raw, whereRaw), mass assignment, debug/dd leaks, unsafe validators, CSRF bypass, insecure cookies, env exposure, Blade raw echo, open redirect, Http SSRF, Storage/File path traversal, file-upload validation gaps, Auth/Crypt/Artisan/Process/Config injection, view-name injection, session fixation, and Mail header injection.
jeffersongoncalves/laravel-ssrf-guard
60 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.
tryhackx/flarum-magnet-link
141 Downloads
Secure magnet link integration for Flarum with SHA-256 token protection, SSRF-hardened tracker scraping, live click counters, and an optimized discussion list preview tooltip.
cloud-castle/http-client
25 Downloads
PSR-18 HTTP-клиент для PHP 8.1+: cURL-транспорт, защита от SSRF, настройка таймаутов и опций запроса, обмен PSR-7 сообщениями. Реализует psr/http-client.
vinodsai-a/safecurl
61 Downloads
A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.