Good-MITM icon indicating copy to clipboard operation
Good-MITM copied to clipboard

Rule-based MITM engine. Rewriting, redirecting and rejecting on HTTP(S) requests and responses, supports JavaScript.

Results 11 Good-MITM issues
Sort by recently updated
recently updated
newest added

当使用了父代理 `-p http://127.0.0.1:8080 ` ,访问 http 链接可以,https:// 报错。 尝试修改 cargo.toml 里的 hyper-proxy ,加上 `features = ["rustls"]` 也没有效果。

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.0 to 1.20.1. Release notes Sourced from tokio's releases. Tokio v1.20.1 1.20.1 (July 25, 2022) Fixed chore: fix version detection in build script (#4860) #4860: tokio-rs/tokio#4860 Commits...

dependencies

如果能加上配置文件监视并重载的功能,这样当通过服务启动时,修改配置文件比较方便,不需要重启服务。

``` thread 'tokio-runtime-worker' panicked at 'Failed to establish TLS connection with client: Custom { kind: UnexpectedEof, error: "tls handshake eof" }', /project/crates/core/src/mitm.rs:142:30 thread 'tokio-runtime-worker' panicked at 'Failed to establish TLS...

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.64 to 1.0.65. Release notes Sourced from anyhow's releases. 1.0.65 impl Provider for anyhow::Error Commits 4de2068 Release 1.0.65 07acdac Merge pull request #271 from dtolnay/provider ee49ec0 Add...

dependencies

Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.100.1 to 0.100.2. Release notes Sourced from rustls-webpki's releases. v/0.100.2 Release notes certificate path building and verification is now capped at 100 signature validation operations to avoid...

dependencies

目前可以通过配置父代理统一都走父代理,如果想不同的网址访问不同的代理,目前只能通过使用可以定义域名的父代理(如:clash、3proxy、privoxy等),但想根据网址路径访问不同的代理,就需要父代理也能自签证书,目前支持自签证书的代理不多,常见于调试工具,如:whistle。 如果 `good-mitm` 的 'action' 可以支持指向不同代理,就可以不需要额外的父代理软件了。

尊敬的开发者您好 我将statsh的复写设置打算放入服务器上的mitm中,规则如下 ``` #!desc =支持pip,后台播放 #!author = Maasea #!homepage=https://whatshub.top #!icon = https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Color/YouTube.png name: YouTubequguanggao desc: 支持pip,后台播放 http: mitm: - "-redirector*.googlevideo.com" - "*.googlevideo.com" - "www.youtube.com" - "s.youtube.com" - "youtubei.googleapis.com" script: -...

这样就可以安装到路由器上当成透明广告拦截器来用,规则可以使用uBlock订阅URL,具体URL可以看 https://github.com/gorhill/uBlock/blob/master/assets/assets.json