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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
shell-history-leaks — このツールは、シェル履歴の漏洩を検出するために使用されます。 | Kitploit
ツール/GitHubGitHub/cappricio-securities/shell-history-leaks
偵察脆弱性スキャナー情報収集ウェブセキュリティペネトレーションテスト
GitHubcappricio-securities/shell-history-leaks

shell-history-leaks

このツールは、シェル履歴の漏洩を検出するために使用されます。

リポジトリを見る

人気

すべて見る →

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

すべてのツールを探索

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

すべてのツールを見る →
共有
ウェブサイト
22年前未レビュー
ロゴ

バッジ

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

ライセンス

MIT

インストール

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

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

設定

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

    • Telegram 通知
      • root@kitploit:~
           shell-history-leaks --chatid <YourTelegramChatID>
        
    • Telegram を開いて、@CappricioSecuritiesTools_bot を検索し、開始をクリックします

使用方法

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

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

🚨 免責事項

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

動作 PoC ビデオ

asciicast

ヘルプメニュー

すべての項目を取得

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

shell-history-leaks : Bug scanner for WebPentesters and Bugbounty Hunters 

$ shell-history-leaks [option]

Usage: shell-history-leaks [options]

🔗 リンク

Website linkedin twitter

作者

  • @karthithehacker

フィードバック

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

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