Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/huolizhuminh/NetWorkPacketCapture

It is used to capture network packet via Android VPN.
https://github.com/huolizhuminh/NetWorkPacketCapture

packet-capture vpn

Last synced: 2 months ago
JSON representation

It is used to capture network packet via Android VPN.

Awesome Lists containing this project

README

        

## 视屏
地址:http://v.youku.com/v_show/id_XMzYxMjY0NjQwOA==.html?spm=a2h3j.8428770.3416059.1

## 作用:
* 能够实时显示选择的客户端所建立的每一条网络连接。
* 能够解析并查看https(暂不开源)和http的包内容。
* 默认对抓包数据进行保存,并可查看保存的记录。
* 能够自动将抓包数据进行解析,并保存。
* 支持https抓包(暂不开源),支持图片、GZIP、GIF等格式的解析。
* 支持选择对应的APP进行抓包。
## 使用
首先选择要抓包的应用,也可以选择抓手机所有的包:

![Image](https://github.com/huolizhuminh/NetWorkPacketCapture/blob/master/images/抓包精灵3.png)

打开VPN开始抓包:

![Image](https://github.com/huolizhuminh/NetWorkPacketCapture/blob/master/images/抓包精灵1.png)

查看抓包解析结果:

![Image](https://github.com/huolizhuminh/NetWorkPacketCapture/blob/master/images/抓包精灵4.png)

抓包工具会保存抓包记录,可根据抓包开始时间找到所有抓的包,以下是选择抓包开始时间。

![Image](https://github.com/huolizhuminh/NetWorkPacketCapture/blob/master/images/抓包精灵5.png)

选择相应的历史记录的链路,并查看历史抓包内容。

![Image](https://github.com/huolizhuminh/NetWorkPacketCapture/blob/master/images/抓包精灵2.png)

## 更多
* 技术方案:https://www.jianshu.com/p/ae4d433597ce
* Email: [email protected]

* 包下载地址 : https://play.google.com/store/apps/details?id=com.minhui.networkcapture.pro

* 此项目将在star达到1000时开放htts部分的代码。

# Doc
## video

Address: http://v.youku.com/v_show/id_XMzYxMjY0NjQwOA==.html?spm=a2h3j.8428770.3416059.1

## Function:
* It shows the state of Network Connection which is established by your selected client.
* It can parse TCP packet
* It can save TCP packet and show you later

## use

First,Select the App your want to capture.You can also capture all the app in your devices.

![Image](https://github.com/huolizhuminh/NetWorkPacketCapture/blob/master/images/抓包精灵3.png)

Secondly,open the VPN :

![Image](https://github.com/huolizhuminh/NetWorkPacketCapture/blob/master/images/抓包精灵1.png)

Third ,see the TCP parse Result:

![Image](https://github.com/huolizhuminh/NetWorkPacketCapture/blob/master/images/抓包精灵4.png)

You can choose the history data.

![Image](https://github.com/huolizhuminh/NetWorkPacketCapture/blob/master/images/抓包精灵5.png)

You can see the history data.

![Image](https://github.com/huolizhuminh/NetWorkPacketCapture/blob/master/images/抓包精灵2.png)

## more
* Blog :https://www.jianshu.com/p/ae4d433597ce
* Email: [email protected]

* App that can capture https packet download link: https://play.google.com/store/apps/details?id=com.minhui.networkcapture.pro

* Thank you for the the use of my app.

* The part of code which can capture https packet will be open if the number of the stars of the project reaches 1000.