Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/easyhutu/mitmproxy-ban
Optimized on the basis of mitmproxy
https://github.com/easyhutu/mitmproxy-ban
mitm mitmproxy mitmproxy-ban proxy
Last synced: 13 days ago
JSON representation
Optimized on the basis of mitmproxy
- Host: GitHub
- URL: https://github.com/easyhutu/mitmproxy-ban
- Owner: easyhutu
- License: mit
- Created: 2022-09-05T04:11:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T08:39:33.000Z (about 2 years ago)
- Last Synced: 2024-10-11T01:36:26.942Z (27 days ago)
- Topics: mitm, mitmproxy, mitmproxy-ban, proxy
- Language: Python
- Homepage:
- Size: 11.5 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# mitmproxy-ban
> 基于 [mitmproxy:v8.1.1](https://github.com/mitmproxy/mitmproxy/archive/refs/tags/v8.1.1.tar.gz
)免责声明:***仅限用于学习和参考***
### 目的
主要对mitmproxy做一些优化,符合国内用户使用习惯### 优化功能点
1. 限制flows数量,防止flows请求记录太多导致浏览器卡顿
2. web端默认请求记录倒序排列,瀑布式展示请求记录,符合日常使用习惯
3. mitmweb 页脚显示当前ip地址,设置代理更方便
4. 增加默认rewrite headers,response 配置文件,方便操作[配置方式](mitmres/readme.md)
5. mitmweb 页面flows增加关闭select详情按钮
### 安装方法
* 源码安装下载项目,进入根目录执行:
```shell
python setup.py install
```* 渠道安装
```shell
pip install mitmproxy-ban
```