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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
AzTokenFinder — 攻撃用トークン収集ユーティリティで、Office、Edge、Teams、PowerShell の x64 プロセスメモリと TokenBroker キャッシュファイルから Azure AD/O365 の JWT トークンを検索します。 | Kitploit
ツール/GitHubGitHub/hackmichnet/aztokenfinder
メモリフォレンジックポストエクスプロイトペネトレーションテストクラウドセキュリティ認証レッドチーミング
GitHubhackmichnet/aztokenfinder

AzTokenFinder

攻撃用トークン収集ユーティリティで、Office、Edge、Teams、PowerShell の x64 プロセスメモリと TokenBroker キャッシュファイルから Azure AD/O365 の JWT トークンを検索します。

リポジトリを見る
109103年前Kitploit レビュー済み

人気

すべて見る →

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

すべてのツールを探索

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

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

AzTokenFinder

PowerShell、Excel、Word、その他のプロセスからJWT(またはJWTに似たデータ)を抽出する小さなツールです。このアイデアは、素晴らしい@mrd0xによるブログ記事https://mrd0x.com/stealing-tokens-from-office-applications/に触発されました。

新しいリリースでは、素晴らしい@_xpn_の研究と彼の記事https://blog.xpnsec.com/wam-bam/を追加しました。

root@kitploit:~
AzTokenFinder.exe --help

   --mode                 Required. (Default: Online) Use mode 'online' for parsing processes or use mode offline to decode TokenBroker Cache

  --filename             Set path to a BrokerCache File.

  --processname          Names of process you want to parse. Please omit the ".exe".

  --processids           ProcessIDs you want to parse.

  --default              Enumerate Edge, Excel, Word, PowerShell, Teams, Onedrive and PowerPoint.

  --showexpiredtokens    (Default: false) Shows expired tokens.

  --targetapp            (Default: false) Parses the files where Office, Azure CLI or Azure PowerShell stores its data. Can be Office
                         (TokenCache), AZCLI (Azure CLI) or AzPWSH (Azure Powershell)

  --help                 Display this help screen.

  --version              Display version information.

仕組み

特別なことは何もありません。指定したプロセスを開き、メモリ内をJWTに似たデータを検索して抽出するだけです。

注意

現在、x64プロセスのみで動作します。

ツールをダウンロード