From 4caaf73979105168ecfedcf0279fde2d279290cf Mon Sep 17 00:00:00 2001 From: rnet Date: Thu, 28 Mar 2024 19:11:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f83eecd..15288d7 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,8 @@ -**重要提示(240322):当前版本在网站更新后,-u远程命令运行失败,作者正在更新中!本地运行不受影响,可使用-f加example目录内ts文件继续研究,或使用`-f 1`或`-f 2`运行本地example文件!项目在近期有大版本更新,可关注订阅号`码功`接受更新推送** - 该项目为瑞数加密的逆向研究,代码开发基于网站:`https://wcjs.sbj.cnipa.gov.cn/sgtmi` 研究包括动态代码生成原理及动态cookie生成原理。 -**点赞是我坚持的动力,希望该研究也能给一样好奇瑞数原理的人答疑解惑。** - -作者最新开源项目(补环境框架sdenv)推荐:[sdenv](https://github.com/pysunday/sdenv) +**作者最新开源项目(补环境框架sdenv)推荐:[sdenv](https://github.com/pysunday/sdenv)** ## 0. 声明 @@ -158,10 +154,12 @@ Examples: 适配文件配置在目录`./src/adapt/`下,已完成兼容配置: -网站 | 名称 | 参数 | makecode | makecookie | 适配版本 | 是否做逆向验证 ----- | ---- | ---- | -------- | ---------- | -------- | -------------- -商标网 | cnipa | `-u https://wcjs.sbj.cnipa.gov.cn/sgtmi` | 👌 | 👌 | - | Y -瑞数官网 | riversecurity | `-u https://www.riversecurity.com/resources.shtml -a riversecurity` | 👌 | 👌 | 版本1 | N +网站 | 名称 | makecode | makecookie | 适配版本 | 是否逆向验证 +---- | ---- | -------- | ---------- | -------- | -------------- +商标网 | cnipa | 👌 | 👌 | - | Y +瑞数官网 | riversecurity | 👌 | 👌 | 版本1 | N + +以瑞数官网实例如:`npx rs-reverse makecookie -u https://www.riversecurity.com/resources.shtml -a riversecurity` 具体配置说明请看文档:`./src/adapt/README.md`