Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/SpenserCai/GoWxDump

SharpWxDump的Go语言版。微信客户端取证,获取信息(微信号、手机号、昵称),微信聊天记录分析(Top N聊天的人、统计聊天最频繁的好友排行、关键词列表搜索等)
https://github.com/SpenserCai/GoWxDump

Last synced: 3 months ago
JSON representation

SharpWxDump的Go语言版。微信客户端取证,获取信息(微信号、手机号、昵称),微信聊天记录分析(Top N聊天的人、统计聊天最频繁的好友排行、关键词列表搜索等)

Awesome Lists containing this project

README

        

# GoWxDump
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FSpenserCai%2FGoWxDump.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FSpenserCai%2FGoWxDump?ref=badge_shield)
[![Discord](https://discordapp.com/api/guilds/1082909442481344572/widget.png?style=shield)](https://discord.gg/KCftHHM2xk)

## 特别说明
GoWxDump是SharpWxDump的Go语言版本。
同时添加了一些新的功能。
## 使用方法
### 1.下载
```
git clone https://github.com/SpenserCai/GoWxDump.git
```
### 2.编译
需要安装mingw-w32
```
build.bat
```
### 3.使用
```
GoWxDump.exe
```
## GoWxDump原创功能
### 1.支持获取数据目录
### 2.支持自动解密
由AdminTest0发布的解密脚本翻译成Go语言而来,支持自动解密。
### 3.支持交互式命令
```bash
show_info 获取微信基础信息
decrypt 解密数据
friends_list 获取好友列表 (目前支持:获取最近十个聊天的好友信息,需要解密后才能获取)
```
### 4.非交互式命令
```bash
GoWxDump.exe -spy
```
## 免责声明
本项目仅允许在授权情况下对数据库进行备份,严禁用于非法目的,否则自行承担所有相关责任。使用该工具则代表默认同意该条款;

请勿利用本项目的相关技术从事非法测试,如因此产生的一切不良后果与项目作者无关。

## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FSpenserCai%2FGoWxDump.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FSpenserCai%2FGoWxDump?ref=badge_large)