Skip to content

Commit

Permalink
1.4.2发布
Browse files Browse the repository at this point in the history
  • Loading branch information
yqcs committed Aug 18, 2024
1 parent c18320b commit bc5cf90
Show file tree
Hide file tree
Showing 9 changed files with 118 additions and 166 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@

##### 依赖文件:

- lib.zip: 数据库、授权文件,web 版需下载
- built.zip :远程管理客户端,仅专业版授权需下载
- lib.zip: web 版依赖库,CLI 模式无需下载。

存储仓库: https://oss.prismx.io Linux Amd64 运行示例:

```bash
$ wget https://oss.prismx.io/built.zip //无专业版授权请勿执行
$ wget https://oss.prismx.io/lib.zip
$ wget https://oss.prismx.io/prismx_linux_amd64
$ unzip built.zip
Expand Down
6 changes: 6 additions & 0 deletions docs/change/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ sidemenu: false
系统可能会有部分功能不稳定,请谨慎使用;如果体验后对系统有任何建议或合作想法,欢迎在讨论群中进行反馈和交流(<a href="https://github.com/yqcs/prismx/issues">issues</a>)❤
</Alert>

#### 1.4.2:

- JNDI 服务修改为外部依赖
- fastjson、log4j 扫描插件更新
- 新增敏感信息扫描插件

#### 1.3.5:

- 新增部分指纹
Expand Down
4 changes: 1 addition & 3 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ nav:

##### 依赖文件:

- lib.zip: 数据库、授权文件,web 版需下载
- built.zip :远程管理客户端,仅专业版授权需下载
- lib.zip: web 版依赖库,CLI 模式无需下载。

存储仓库: https://oss.prismx.io Linux Amd64 运行示例:

```bash
$ wget https://oss.prismx.io/built.zip
$ wget https://oss.prismx.io/lib.zip
$ wget https://oss.prismx.io/prismx_linux_amd64
$ unzip built.zip
Expand Down
46 changes: 0 additions & 46 deletions docs/license/index.md

This file was deleted.

2 changes: 1 addition & 1 deletion public/static/ad.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en">
<body>
<div>
<a href="/license" target="_blank"><img src="/static/ad.png" width="100%" alt="AD"></a>
<img src="/static/ad.png" width="100%" height="55px" alt="AD">
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion public/static/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.5
1.4.2
2 changes: 1 addition & 1 deletion src/Banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Banner = () => {
<div className={styles.left}>
<div className={styles.title}>棱镜X · 单兵渗透平台</div>
<div className={styles.summary}>
<div>一体化的轻量型跨平台渗透系统</div>
<div>轻量型跨平台单兵渗透系统</div>
</div>
<a href="/guide">
<div className={styles.download}>开始使用</div>
Expand Down
6 changes: 2 additions & 4 deletions src/Brand/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ const Brand = () => {
<div className={styles.brand}>
<div>
<div className={styles.content}>
<span className={styles.title}>
轻量,跨平台
</span>
<span className={styles.title}>轻量,跨平台</span>
<div className={styles.desc}>
支持Windows、Linux、MacOS,甚至可以在Raspberry Pi、安卓手机上构建您的风险检测系统
支持Windows、Linux、MacOS,甚至可以在Raspberry Pi、安卓手机上运行
</div>
<div className={styles.homeDiv}>
<div className={styles.phone}>
Expand Down
212 changes: 105 additions & 107 deletions src/Features/index.tsx

Large diffs are not rendered by default.

0 comments on commit bc5cf90

Please sign in to comment.