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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
cgi-printenv — CGI Print ENV 漏えい | Kitploit
ツール/GitHubGitHub/cappricio-securities/cgi-printenv
脆弱性スキャナーウェブ脆弱性スキャナー情報収集ウェブセキュリティペネトレーションテスト設定ミス
GitHubcappricio-securities/cgi-printenv

cgi-printenv

CGI Print ENV 漏えい

リポジトリを見る
2年前未レビュー

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →
共有
ウェブサイト
logo

バッジ

MIT License PyPI - Version PyPI - Downloads GitHub all releases Profile_view Follow Twitter

ライセンス

MIT

インストール

  1. Python3 と pip をインストールします 手順はこちら (これを理解できない場合、本当はこのツールを使うべきではありません)

    • pip でインストール
      • root@kitploit:~
           pip install cgi-printenv 
        
    • 確認のため以下のコマンドを実行してください
      • cgi-printenv -h

設定

  1. 脆弱性検出の即時通知を受け取るために、Telegram API と統合しました。

    • Telegram 通知
      • root@kitploit:~
           cgi-printenv --chatid <YourTelegramChatID>
        
    • Telegram を開き、@CappricioSecuritiesTools_bot を検索して [開始] をクリックしてください。

使用方法

  1. このツールには複数の使用例があります。

    • 単一 URL をチェックするには
      • root@kitploit:~
           cgi-printenv -u http://example.com 
        
    • URL のリストをチェックするには
      • root@kitploit:~
          cgi-printenv -i urls.txt 
        
    • 出力を TXT ファイルに保存するには
      • root@kitploit:~
          cgi-printenv -i urls.txt -o out.txt
        
    • cgi-printenv について学びたいですか? その場合は以下のコマンドを入力してください
      • root@kitploit:~
         cgi-printenv -b
        

🚨 免責事項

このツールはセキュリティバグの特定と支援を目的として作成されています。Cappricio Securities は不正使用について一切責任を負いません。 法的・倫理的範囲内で責任を持って使用してください。🔐🛡️

動作 PoC 動画

asciicast

ヘルプメニュー

すべての項目を表示

root@kitploit:~
👋 Hey Hacker
                                                          v1.0
              _                  _       __
  _________ _(_)     ____  _____(_)___  / /____  ____ _   __
 / ___/ __ `/ /_____/ __ \/ ___/ / __ \/ __/ _ \/ __ \ | / /
/ /__/ /_/ / /_____/ /_/ / /  / / / / / /_/  __/ / / / |/ /
\___/\__, /_/     / .___/_/  /_/_/ /_/\__/\___/_/ /_/|___/
    /____/       /_/

                              Developed By https://cappriciosec.com


cgi-printenv : Bug scanner for WebPentesters and Bugbounty Hunters

$ cgi-printenv [option]

Usage: cgi-printenv [options]

🔗 リンク

Website linkedin twitter

著作者

  • @karthithehacker

フィードバック

ご意見やフィードバックがありましたら、[email protected] までお問い合わせください。

ツールをダウンロード
引数型説明例
-u--urlスキャンする URLcgi-printenv -u https://target.com
-i--inputtxt から入力を読み取るファイル名cgi-printenv -i target.txt
-o--outputtxt ファイルに出力を書き込むファイル名cgi-printenv -i target.txt -o output.txt
-c--chatidTelegram 通知を作成cgi-printenv --chatid yourid
-b--blogcgi-printenv のバグについて読むcgi-printenv -b
-h--helpヘルプメニューcgi-printenv -h