SSRF Vuln Lab
PHP lab vulnerable to Server-Side Request Forgery (SSRF). Six scenarios: file/URL fetch, remote host connection, file download, IP blacklist bypass (DNS spoofing), DNS rebinding bypass, HTML-to-PDF generator. Includes exploitation guides.
Notes
Docker: docker build -t <name> . then docker run -p 9000:80 <name>; app at http://localhost:9000.