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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
phpinfo-files-leaks — このツールはphp infoページを見つけるために使用されます | Kitploit
ツール/GitHubGitHub/cappricio-securities/phpinfo-files-leaks
偵察脆弱性スキャナーウェブ脆弱性スキャナー情報収集ウェブセキュリティペネトレーションテスト設定ミス
GitHubcappricio-securities/phpinfo-files-leaks

phpinfo-files-leaks

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →
共有

このツールはphp infoページを見つけるために使用されます

リポジトリを見るウェブサイト
152年前未レビュー
logo

バッジ

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

ライセンス

MIT

インストール

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

    • pip でインストール
      • root@kitploit:~
           pip install phpinfo-file-leaks 
        
    • 確認するには以下のコマンドを実行します
      • phpinfo-file-leaks -h

設定

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

    • Telegram 通知
      • root@kitploit:~
           phpinfo-file-leaks --chatid <YourTelegramChatID>
        
    • Telegram を開いて @CappricioSecuritiesTools_bot を検索し、「Start」をクリックします

使用方法

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

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

🚨 免責事項

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

動作する PoC ビデオ

asciicast

ヘルプメニュー

すべての項目を取得

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

                                     Developed By https://cappriciosec.com

phpinfo-file-leaks : Bug scanner for WebPentesters and Bugbounty Hunters 

$ phpinfo-file-leaks [option]

Usage: phpinfo-file-leaks [options]

🔗 リンク

Website linkedin twitter

作成者

  • @karthithehacker

フィードバック

フィードバックがありましたら、[email protected] までご連絡ください。

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