
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 を使用して認証トークンファイルの場所を直接渡すこともできます。
例:
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.