Add request decryption feature to README documentation

This commit is contained in:
wanghongenpin
2026-01-25 21:54:09 +08:00
parent 3abe006e22
commit 20593ad6a0
2 changed files with 5 additions and 3 deletions

View File

@@ -11,9 +11,10 @@ and easy to use.
* 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 mapping: Do not request remote services, use local configuration or scripts for response
* Request blocking: Support blocking requests according to URL, and do not send requests to the server.
* Request Rewrite: Support redirection, support replacement of request or response message, and can also modify request or response according to the increase.
* Request Mapping: Do not request remote services, use local configuration or scripts for response
* Request Decryption: Configure AES decryption key to automatically decrypt HTTP message body
* 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.

View File

@@ -13,6 +13,7 @@
* 脚本: 支持编写JavaScript脚本来处理请求或响应。
* 请求重写: 支持重定向,支持替换请求或响应报文,也可以根据增则修改请求或或响应。
* 请求映射: 不请求远程服务,使用本地配置或脚本进行响应
* 请求解密: 配置AES解密密钥自动解密HTTP消息体
* 请求屏蔽: 支持根据URL屏蔽请求不让请求发送到服务器。
* 历史记录自动保存抓包的流量数据方便回溯查看。支持HAR格式导出与导入。
* 其他:收藏、工具箱、常用编码工具、以及二维码、正则等