Skip to content

Commit

Permalink
1.3.4发布
Browse files Browse the repository at this point in the history
  • Loading branch information
yqcs committed Aug 8, 2024
1 parent 7c29f7d commit 591434f
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 17 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,15 @@

### · WEB 系统

Linux Amd64 运行示例:
##### 依赖文件:

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

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

```bash
$ wget https://oss.prismx.io/built.zip
$ 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 All @@ -32,9 +37,6 @@ $ chmod +x prismx_linux_amd64
$ ./prismx_linux_amd64
```

存储仓库:
https://oss.prismx.io

启动后访问`https://yourIP:443`即可进入登录页,使用 -port 参数可指定端口。系统默认账号`prismx/prismx@passw0rd`
,首次使用请修改账户名与密码!

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.3.4:

- 优化目录扫描功能
- 新增部分指纹
- 优化扫描功能

#### 1.3.3:

- 新增部分 POC、指纹
Expand Down
10 changes: 6 additions & 4 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ nav:

### · WEB 系统

Linux Amd64 运行示例:
##### 依赖文件:

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

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

```bash
$ wget https://oss.prismx.io/built.zip
Expand All @@ -29,9 +34,6 @@ $ chmod +x prismx_linux_amd64
$ ./prismx_linux_amd64
```

存储仓库:
https://oss.prismx.io

启动后访问`https://yourIP:443`即可进入登录页,使用 -port 参数可指定端口。系统默认账号`prismx/prismx@passw0rd`
,首次使用请修改账户名与密码!

Expand Down
2 changes: 1 addition & 1 deletion docs/license/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sidemenu: false
<table>
<th>命令行</th>
<th>社区版</th>
<th>高级版</th>
<th>专业版</th>
<tr>
<td>跨平台支持</td>
<td>命令行版全部功能</td>
Expand Down
2 changes: 1 addition & 1 deletion public/static/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.3
1.3.4
12 changes: 6 additions & 6 deletions src/Apply/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ const Apply = () => {
<div>
<a
target={"_blank"}
href={"https://oss.prismx.io/prismx_windows_amd64.exe"}
href={"https://prismx.io/guide"}
className={styles.download}
>
Windows 64 位
</a>
<a
target={"_blank"}
href={"https://oss.prismx.io/prismx_windows_arm64.exe"}
href={"https://prismx.io/guide"}
className={styles.download}
>
arm 版本
Expand All @@ -58,14 +58,14 @@ const Apply = () => {
</svg>
<div className={styles.remark}>MacOS</div>
<a
href={"https://oss.prismx.io/prismx_darwin_amd64"}
href={"https://prismx.io/guide"}
target={"_blank"}
className={styles.download}
>
下载MacOS AMD
</a>
<a
href={"https://oss.prismx.io/prismx_darwin_arm64"}
href={"https://prismx.io/guide"}
target={"_blank"}
className={styles.download}
>
Expand All @@ -89,14 +89,14 @@ const Apply = () => {
</svg>
<div className={styles.remark}>UOS, Deepin, Ubuntu</div>
<a
href={"https://oss.prismx.io/prismx_linux_amd64"}
href={"https://prismx.io/guide"}
target={"_blank"}
className={styles.download}
>
Linux AMD64 位
</a>
<a
href={"https://github.com/yqcs/prismx/releases/"}
href={"https://prismx.io/guide"}
target={"_blank"}
className={styles.download}
>
Expand Down

0 comments on commit 591434f

Please sign in to comment.