
Un contenitore Docker vulnerabile a Shellshock - CVE-2014-6271
Un container Docker vulnerabile a Shellshock - CVE-2014-6271
podman build -t shellshock-victim .
podman run -it -p 80:8080 shellshock-victim
Nota: Funziona anche con docker.
L'app vulnerabile verrà distribuita su :
http://localhost:8080/victim.cgi - Endpoint vulnerabilehttp://localhost:8080/safe.cgi - Endpoint sicuro