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

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

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

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

工具目录

分类

查看所有分类
Loading categories
Teamsniper — Teamsniper is a tool for fetching keywords in a Microsoft Teams such as (passwords, emails, database, etc.). | Kitploit
工具/GitHubGitHub/xret2pwn/teamsniper
ReconnaissanceData ExfiltrationInformation GatheringAuthenticationRed Teaming
GitHubxret2pwn/teamsniper

Teamsniper

Teamsniper is a tool for fetching keywords in a Microsoft Teams such as (passwords, emails, database, etc.).

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Teamsniper

Teamsniper 是一款用于在 Microsoft Teams 中提取关键词(如密码、电子邮件、数据库等)的工具。

用法

帮助选项

root@kitploit:~
usage: Teamsniper.py [-h] [-d DATABASE] [-a AUTHTOKEN] [-s SEARCH]

Teamsniper is a tool for fetching the given keywords in Microsoft Teams.

options:
  -h, --help            show this help message and exit
  -d DATABASE, --database DATABASE
                        Sqlite Database for the Cookies, default: AppData\Microsoft\Teams\Cookies,
                        AppData\Microsoft\Teams\Local Storage\leveldb
  -a AUTHTOKEN, --Authtoken AUTHTOKEN
                        Auth-Token File Location, by default the auth token key will be extracted from the Sqlite
                        Database.
  -s SEARCH, --search SEARCH
                        Keywords, by default: Password. You can add multiple keywords ex: Passwords,Admin,Database

在 Teamsniper 中,如果数据库位于不同的路径下,你可以完全自主地指定它的位置,只需使用 -d / --database 参数后跟数据库路径即可。
示例:

root@kitploit:~
python .\Teamsniper.py -d /root/Desktop/Cookies

此外,你也可以使用 -a / --authtoken 参数直接传入 auth-key,后跟认证令牌文件的位置。
示例:

root@kitploit:~
python .\Teamsniper.py -a /root/Desktop/AuthKey

另外,你还可以通过 -s 选项设置你的关键词。

root@kitploit:~
python .\Teamsniper.py -s "Password,Mail,Database"

最终输出将保存在一个 output.txt 文件中。 输出

root@kitploit:~
PS C:\Teamsniper> python .\Teamsniper.py -a Authkey -s "Password,Mail"
[+] Auth-key added to headers
[+] Keyword: Password
[+] Results found: 3
[+] saved output.
[+] Keyword: Mail
[+] Results found: 2
[+] saved output.

致谢

  1. @billtoulas 发布了关于以未加密(明文)方式存储 Cookie 的文章。
  2. @HackingLZ TrustedSec 的首席技术官,在 Twitter 上分享了这一内容。
下载工具