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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
aem-xss — Adobe Experience Manager Childlist Selector - クロスサイトスクリプティング | Kitploit
ツール/GitHubGitHub/cappricio-securities/aem-xss
ウェブ脆弱性スキャナーウェブアプリケーション悪用ペネトレーションテスト
GitHubcappricio-securities/aem-xss

aem-xss

Adobe Experience Manager Childlist Selector - クロスサイトスクリプティング

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

人気

すべて見る →

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

すべてのツールを探索

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

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

バッジ

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

ライセンス

MIT

インストール

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

    • pipでインストール
      • root@kitploit:~
           pip install aem-xss 
        
    • 以下のコマンドを実行して確認
      • aem-xss -h

設定

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

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

使用方法

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

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

🚨 免責事項

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

動作PoCビデオ

asciicast

ヘルプメニュー

全項目を取得

root@kitploit:~
👋 Hey Hacker
                                              v1.0
    ___                       _  ____________
   /   | ___  ____ ___       | |/ / ___/ ___/
  / /| |/ _ \/ __ `__ \______|   /\__ \__ \
 / ___ /  __/ / / / / /_____/   |___/ /__/ /
/_/  |_\___/_/ /_/ /_/     /_/|_/____/____/

                              Developed By https://cappriciosec.com


aem-xss : Bug scanner for WebPentesters and Bugbounty Hunters

$ aem-xss [option]

Usage: aem-xss [options]

🔗 リンク

Website linkedin twitter

作者

  • @karthithehacker

フィードバック

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

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