Skip to content

A docker container vulnerable to Shellshock - CVE-2014-6271

Notifications You must be signed in to change notification settings

anujbhan/shellshock-victim-host

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shellshock-victim-host

A docker container vulnerable to Shellshock - CVE-2014-6271

Run

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

About

A docker container vulnerable to Shellshock - CVE-2014-6271

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published