
Teamsniper is a tool for fetching keywords in a Microsoft Teams such as (passwords, emails, database, etc.).
Teamsniper 是一款用于在 Microsoft Teams 中提取关键词(如密码、电子邮件、数据库等)的工具。
帮助选项
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 参数后跟数据库路径即可。
示例:
python .\Teamsniper.py -d /root/Desktop/Cookies
此外,你也可以使用 -a / --authtoken 参数直接传入 auth-key,后跟认证令牌文件的位置。
示例:
python .\Teamsniper.py -a /root/Desktop/AuthKey
另外,你还可以通过 -s 选项设置你的关键词。
python .\Teamsniper.py -s "Password,Mail,Database"
最终输出将保存在一个 output.txt 文件中。 输出
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.