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

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

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

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

工具目录

分类

查看所有分类
Loading categories
teams_dump — 针对最新版 Microsoft Teams 中转储和解密 Cookie 的概念验证代码 | Kitploit
工具/GitHubGitHub/byinarie/teams_dump
漏洞利用信息收集渗透测试红队
GitHubbyinarie/teams_dump

teams_dump

针对最新版 Microsoft Teams 中转储和解密 Cookie 的概念验证代码

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

在最新版 Microsoft Teams 中导出和解密 Cookie 的 PoC

extract.py 不传参直接导出

extract.exe 只是将 extract.py 打包成 exe

teams_dump.py

列出数据库中的值

root@kitploit:~
python.exe .\teams_dump.py teams --list

Table: meta
Columns in meta: key, value
--------------------------------------------------
Table: cookies
Columns in cookies: creation_utc, host_key, top_frame_site_key, name, value, encrypted_value, path, expires_utc, is_secure, is_httponly, last_access_utc, has_expires, is_persistent, priority, samesite, source_scheme, source_port, is_same_party

将数据库导出为 json 文件

root@kitploit:~
python.exe .\teams_dump.py teams --get
[+] Host: teams.microsoft.com
[+] Cookie Name MUIDB
[+] Cookie Value: xxxxxxxxxxxxxx
 **************************************************
[+] Host: teams.microsoft.com
[+] Cookie Name TSREGIONCOOKIE
[+] Cookie Value: xxxxxxxxxxxxxx
 **************************************************
下载工具