Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
shellshock-victim-host — A docker container vulnerable to Shellshock - CVE-2014-6271 | Kitploit
Tools/GitHubGitHub/anujbhan/shellshock-victim-host
Container SecurityVulnerability AnalysisExploitationWeb SecurityLearning & EducationLabs & Practice
GitHubanujbhan/shellshock-victim-host

shellshock-victim-host

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

View Repository
4 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

shellshock-victim-host

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

Run

root@kitploit:~
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
Download Tool