A docker container vulnerable to Shellshock - CVE-2014-6271# shellshock-victim-host
A docker container vulnerable to Shellshock - CVE-2014-6271
## Run
```bash
podman build -t shellshock-victim .
podman run -it -p 80:8080 shellshock-victim
```
Note: Builds with docker as well.
The vulnerable app will be deployed on :
- `http://localhost:8080/victim.cgi` - Vulnerable endpoint
- `http://localhost:8080/safe.cgi` - Safe endpoint
[4.0K] /data/pocs/16b6bf0662e8f0398c1b12f79c5ec9592d7c1a2b
├── [ 186] Dockerfile
├── [ 374] README.md
├── [ 300] safe.cgi
└── [ 321] victim.cgi
0 directories, 4 files