diff --git a/README.md b/README.md index cab77f5..c2a30e1 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ [![GitHub license](https://img.shields.io/github/license/zu1k/good-mitm)](https://github.com/zu1k/good-mitm/blob/master/LICENSE) [![Docs](https://img.shields.io/badge/docs-read-blue.svg?style=flat)](https://good-mitm.zu1k.com/) -#### [中文版](github.com/zu1k/good-mitm/blob/master/README_zh.md) +#### [中文版](https://github.com/zu1k/good-mitm/blob/master/README_zh.md) -Utilize the `MITM` technique to perform operations such as `rewrite`, `redirect`, `reject` requests and responses. +Rule-based MITM engine. Rewriting, redirecting and rejecting on HTTP(S) requests and responses, supports JavaScript. ## Features diff --git a/README_zh.md b/README_zh.md index b566931..1b15760 100644 --- a/README_zh.md +++ b/README_zh.md @@ -8,9 +8,9 @@ [![GitHub license](https://img.shields.io/github/license/zu1k/good-mitm)](https://github.com/zu1k/good-mitm/blob/master/LICENSE) [![Docs](https://img.shields.io/badge/docs-read-blue.svg?style=flat)](https://good-mitm.zu1k.com/) -#### [English](github.com/zu1k/good-mitm/blob/master/README.md) +#### [English](https://github.com/zu1k/good-mitm/blob/master/README.md) -利用`MITM`技术实现请求和返回的`重写`、`重定向`、`阻断`等操作 +基于规则的 MITM 引擎,支持 HTTP(S) 请求和返回的重写、重定向和阻断操作,支持 JavaScript 脚本介入 ## 功能