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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
appspec-yaml-leaks — Appspec YML and YAML leaks | Kitploit
ツール/GitHubGitHub/cappricio-securities/appspec-yaml-leaks
Web Vulnerability ScannersVulnerability AnalysisInformation GatheringCloud SecuritySecret DetectionMisconfigurationAPI Security
GitHubcappricio-securities/appspec-yaml-leaks

appspec-yaml-leaks

Appspec YML and YAML leaks

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

人気

すべて見る →

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

すべてのツールを探索

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

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

バッジ

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

ライセンス

MIT

インストール

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

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

設定

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

    • Telegram 通知
      • root@kitploit:~
           appspec-yaml-leaks --chatid <YourTelegramChatID>
        
    • Telegram を開き、@CappricioSecuritiesTools_bot を検索して、Start をクリックします

使用方法

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

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

🚨 免責事項

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

動作 PoC ビデオ

asciicast

ヘルプメニュー

すべての項目を取得

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

                                                 Developed By https://cappriciosec.com

appspec-yaml-leaks : Bug scanner for WebPentesters and Bugbounty Hunters 

$ appspec-yaml-leaks [option]

Usage: appspec-yaml-leaks [options]

🔗 リンク

Website linkedin twitter

著作者

  • @karthithehacker

フィードバック

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

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