Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/hackmichnet/aztokenfinder
内存取证后渗透利用渗透测试云安全身份验证红队
GitHubhackmichnet/aztokenfinder

AzTokenFinder

攻击性令牌收集实用工具,可搜索 x64 进程内存和 TokenBroker 缓存文件,在 Office、Edge、Teams 和 PowerShell 中查找 Azure AD/O365 JWT 令牌。

查看仓库
109103年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

AzTokenFinder

是一个小型工具,用于从不同进程(如 PowerShell、Excel、Word 或其他)中提取 JWT(或类似 JWT 的数据)。其灵感来自博客文章 https://mrd0x.com/stealing-tokens-from-office-applications/ 和作者 @mrd0x。

在新版本中,我加入了来自 @_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 进程。

下载工具