
Un contenedor Docker vulnerable a Shellshock - CVE-2014-6271
Un contenedor docker vulnerable a Shellshock - CVE-2014-6271
podman build -t shellshock-victim .
podman run -it -p 80:8080 shellshock-victim
Nota: También se compila con docker.
La aplicación vulnerable se desplegará en:
http://localhost:8080/victim.cgi - Endpoint vulnerablehttp://localhost:8080/safe.cgi - Endpoint seguro