Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
teams_dump — 最新バージョンのMicrosoft Teamsにおけるクッキーのダンプと復号のためのPoC | Kitploit
ツール/GitHubGitHub/byinarie/teams_dump
エクスプロイト情報収集ペネトレーションテストレッドチーミング
GitHubbyinarie/teams_dump

teams_dump

最新バージョンのMicrosoft Teamsにおけるクッキーのダンプと復号のためのPoC

リポジトリを見る
1311712年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

最新版Microsoft Teamsのクッキーをダンプおよび復号化する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
 **************************************************
ツールをダウンロード