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: 7 days ago
JSON representation
It is used to capture network packet via Android VPN.
- Host: GitHub
- URL: https://github.com/huolizhuminh/networkpacketcapture
- Owner: huolizhuminh
- Created: 2018-03-05T03:36:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T21:40:12.000Z (almost 6 years ago)
- Last Synced: 2025-04-08T11:12:02.661Z (7 days ago)
- Topics: packet-capture, vpn
- Language: Java
- Homepage:
- Size: 11.5 MB
- Stars: 1,777
- Watchers: 71
- Forks: 450
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **997**星
README
## 视屏
地址:http://v.youku.com/v_show/id_XMzYxMjY0NjQwOA==.html?spm=a2h3j.8428770.3416059.1## 作用:
* 能够实时显示选择的客户端所建立的每一条网络连接。
* 能够解析并查看https(暂不开源)和http的包内容。
* 默认对抓包数据进行保存,并可查看保存的记录。
* 能够自动将抓包数据进行解析,并保存。
* 支持https抓包(暂不开源),支持图片、GZIP、GIF等格式的解析。
* 支持选择对应的APP进行抓包。
## 使用
首先选择要抓包的应用,也可以选择抓手机所有的包:
打开VPN开始抓包:

查看抓包解析结果:

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

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

## 更多
* 技术方案: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
## videoAddress: 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.

Secondly,open the VPN :

Third ,see the TCP parse Result:

You can choose the history data.

You can see the history data.

## 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.