开源微信SQLite数据库解密工具
wechat_sqlite是一个用于解密微信SQLite数据库的开源项目。该工具能从登录状态的微信中提取密钥,并用于解密MSG0.db文件,以访问微信聊天记录。项目提供Python脚本和Windows可执行文件,简化了微信数据解密过程。这个工具适用于需要分析或备份微信聊天记录的场景。
<a href="https://github.com/adysec/wechat_sqlite/stargazers"><img alt="GitHub 仓库星标" src="https://img.shields.io/github/stars/adysec/wechat_sqlite?color=yellow&logo=riseup&logoColor=yellow&style=flat-square"></a> <a href="https://github.com/adysec/wechat_sqlite/network/members"><img alt="GitHub 分支" src="https://img.shields.io/github/forks/adysec/wechat_sqlite?color=orange&style=flat-square"></a> <a href="https://github.com/adysec/wechat_sqlite/issues"><img alt="GitHub 问题" src="https://img.shields.io/github/issues/adysec/wechat_sqlite?color=red&style=flat-square"></a>
安装库
pip install -r requirements.txt
获取已登录微信的密钥
python 1-search_wecaht_key.py # 或者 wechat-dump-rs.exe
将MSG0.db复制到当前目录,使用密钥解密
python 2-decode_db.py
效果如图