mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-04-05 08:25:08 +08:00
Merge branch 'main' into develop
This commit is contained in:
39
README.md
39
README.md
@@ -1,30 +1,29 @@
|
||||
# ProxyPin
|
||||
|
||||
[English](README_EN.md) | 中文
|
||||
English | [中文](README_CN.md)
|
||||
## Open source free packet capture tool,Support Windows、Mac、Android、IOS、Linux Full platform system
|
||||
|
||||
## 开源免费抓包工具,支持Windows、Mac、Android、IOS、Linux 全平台系统
|
||||
You can use it to intercept, inspect & rewrite HTTP(S) traffic, Support capturing Flutter app traffic, ProxyPin is based on Flutter develop, and the UI is beautiful
|
||||
and easy to use.
|
||||
|
||||
您可以使用它来拦截、检查和重写HTTP(S)流量,支持Flutter应用抓包,ProxyPin基于Flutter开发,UI美观易用。
|
||||
## Features
|
||||
* Mobile scan code connection: no need to manually configure WiFi proxy, including configuration synchronization. All terminals can scan codes to connect and forward traffic to each other.
|
||||
* Domain name filtering: Only intercept the traffic you need, and do not intercept other traffic to avoid interference with other applications.
|
||||
* Search: Search requests according to keywords, response types and other conditions
|
||||
* Script: Support writing JavaScript scripts to process requests or responses.
|
||||
* Request rewrite: Support redirection, support replacement of request or response message, and can also modify request or response according to the increase.
|
||||
* Request blocking: Support blocking requests according to URL, and do not send requests to the server.
|
||||
* History: Automatically save the captured traffic data for easy backtracking and viewing. Support HAR format export and import.
|
||||
* Others: Favorites, toolbox, common encoding tools, as well as QR codes, regular expressions, etc.
|
||||
|
||||
## 核心特性
|
||||
**Mac will prompt untrusted developers when first opened, you need to go to System Preferences-Security & Privacy-Allow any source.**
|
||||
Download: https://github.com/wanghongenpin/proxypin/releases
|
||||
|
||||
* 手机扫码连接: 不用手动配置Wifi代理,包括配置同步。所有终端都可以互相扫码连接转发流量。
|
||||
* 域名过滤: 只拦截您所需要的流量,不拦截其他流量,避免干扰其他应用。
|
||||
* 脚本: 支持编写JavaScript脚本来处理请求或响应。
|
||||
* 请求重写: 支持重定向,支持替换请求或响应报文,也可以根据增则修改请求或或响应。
|
||||
* 请求屏蔽: 支持根据URL屏蔽请求,不让请求发送到服务器。
|
||||
* 搜索:根据关键词响应类型多种条件搜索请求
|
||||
* 其他:收藏、历史记录、工具箱等
|
||||
iOS App Store:https://apps.apple.com/app/proxypin/id6450932949
|
||||
|
||||
**Mac首次打开会提示不受信任开发者,需要到系统偏好设置-安全性与隐私-允许任何来源。**
|
||||
TG: https://t.me/proxypin_en
|
||||
|
||||
国内下载地址: https://gitee.com/wanghongenpin/proxypin/releases
|
||||
**We will continue to improve the features and experience, as well as optimize the UI.**
|
||||
|
||||
iOS AppStore下载地址: https://apps.apple.com/app/proxypin/id6450932949
|
||||
|
||||
TG: https://t.me/proxypin_tg
|
||||
|
||||
**接下来会持续完善功能和体验,UI优化。**
|
||||
|
||||
<img alt="image" width="580px" height="420px" src="https://github.com/user-attachments/assets/80f30d64-f2b5-473c-98f5-bae50b309278">.<img alt="image" height="500px" src="https://github.com/user-attachments/assets/3c5572b0-a9e5-497c-8b42-f935e836c164">
|
||||
<img alt="image" width="580px" height="420px" src="https://github.com/user-attachments/assets/6c1345ab-c95c-415d-ac59-470c764b59a2">.<img alt="image" height="500px" src="https://github.com/user-attachments/assets/3c5572b0-a9e5-497c-8b42-f935e836c164">
|
||||
|
||||
|
||||
30
README_CN.md
Normal file
30
README_CN.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# ProxyPin
|
||||
|
||||
[English](README.md) | 中文
|
||||
## 开源免费抓包工具,支持Windows、Mac、Android、IOS、Linux 全平台系统
|
||||
|
||||
您可以使用它来拦截、检查和重写HTTP(S)流量,支持Flutter应用抓包,ProxyPin基于Flutter开发,UI美观易用。
|
||||
|
||||
## 核心特性
|
||||
|
||||
* 手机扫码连接: 不用手动配置Wifi代理,包括配置同步。所有终端都可以互相扫码连接转发流量。
|
||||
* 域名过滤: 只拦截您所需要的流量,不拦截其他流量,避免干扰其他应用。
|
||||
* 搜索:根据关键词响应类型多种条件搜索请求
|
||||
* 脚本: 支持编写JavaScript脚本来处理请求或响应。
|
||||
* 请求重写: 支持重定向,支持替换请求或响应报文,也可以根据增则修改请求或或响应。
|
||||
* 请求屏蔽: 支持根据URL屏蔽请求,不让请求发送到服务器。
|
||||
* 历史记录:自动保存抓包的流量数据,方便回溯查看。支持HAR格式导出与导入。
|
||||
* 其他:收藏、工具箱、常用编码工具、以及二维码、正则等
|
||||
|
||||
**Mac首次打开会提示不受信任开发者,需要到系统偏好设置-安全性与隐私-允许任何来源。**
|
||||
|
||||
国内下载地址: https://gitee.com/wanghongenpin/proxypin/releases
|
||||
|
||||
iOS AppStore下载地址: https://apps.apple.com/app/proxypin/id6450932949
|
||||
|
||||
TG: https://t.me/proxypin_tg
|
||||
|
||||
**接下来会持续完善功能和体验,UI优化。**
|
||||
|
||||
<img alt="image" width="580px" height="420px" src="https://github.com/user-attachments/assets/80f30d64-f2b5-473c-98f5-bae50b309278">.<img alt="image" height="500px" src="https://github.com/user-attachments/assets/3c5572b0-a9e5-497c-8b42-f935e836c164">
|
||||
|
||||
26
README_EN.md
26
README_EN.md
@@ -1,26 +0,0 @@
|
||||
# ProxyPin
|
||||
|
||||
English | [中文](README.md)
|
||||
## Open source free packet capture tool,Support Windows、Mac、Android、IOS、Linux Full platform system
|
||||
You can use it to intercept, inspect & rewrite HTTP(S) traffic, Support capturing Flutter app traffic, ProxyPin is based on Flutter develop, and the UI is beautiful
|
||||
and easy to use.
|
||||
## Features
|
||||
* Mobile scan code connection: no need to manually configure WiFi proxy, including configuration synchronization. All terminals can scan codes to connect and forward traffic to each other.
|
||||
* Domain name filtering: Only intercept the traffic you need, and do not intercept other traffic to avoid interference with other applications.
|
||||
* Script: Support writing JavaScript scripts to process requests or responses.
|
||||
* Request rewrite: Support redirection, support replacement of request or response message, and can also modify request or response according to the increase.
|
||||
* Request blocking: Support blocking requests according to URL, and do not send requests to the server.
|
||||
* Search: Search requests according to keywords, response types and other conditions
|
||||
* Others: Favorites, history, toolbox, etc.
|
||||
|
||||
**Mac will prompt untrusted developers when first opened, you need to go to System Preferences-Security & Privacy-Allow any source.**
|
||||
Download: https://github.com/wanghongenpin/proxypin/releases
|
||||
|
||||
iOS App Store:https://apps.apple.com/app/proxypin/id6450932949
|
||||
|
||||
TG: https://t.me/proxypin_en
|
||||
|
||||
**We will continue to improve the features and experience, as well as optimize the UI.**
|
||||
|
||||
<img alt="image" width="580px" height="420px" src="https://github.com/user-attachments/assets/6c1345ab-c95c-415d-ac59-470c764b59a2">.<img alt="image" height="500px" src="https://github.com/user-attachments/assets/3c5572b0-a9e5-497c-8b42-f935e836c164">
|
||||
|
||||
Reference in New Issue
Block a user