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

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 は、クッキーを暗号化しない(クリアテキスト)方法で保存することについて投稿してくれました。
  2. @HackingLZ は、TrustedSec の CTO で、これを Twitter で共有してくれました。
ツールをダウンロード