Skip to content

Commit 591434f

Browse files
committed
1.3.4发布
1 parent 7c29f7d commit 591434f

File tree

6 files changed

+27
-17
lines changed

6 files changed

+27
-17
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,15 @@
2020

2121
### · WEB 系统
2222

23-
Linux Amd64 运行示例:
23+
##### 依赖文件:
24+
25+
- lib.zip: 数据库、授权文件,web 版需下载
26+
- built.zip :远程管理客户端,仅专业版授权需下载
27+
28+
存储仓库: https://oss.prismx.io Linux Amd64 运行示例:
2429

2530
```bash
26-
$ wget https://oss.prismx.io/built.zip
31+
$ wget https://oss.prismx.io/built.zip //无专业版授权请勿执行
2732
$ wget https://oss.prismx.io/lib.zip
2833
$ wget https://oss.prismx.io/prismx_linux_amd64
2934
$ unzip built.zip
@@ -32,9 +37,6 @@ $ chmod +x prismx_linux_amd64
3237
$ ./prismx_linux_amd64
3338
```
3439

35-
存储仓库:
36-
https://oss.prismx.io
37-
3840
启动后访问`https://yourIP:443`即可进入登录页,使用 -port 参数可指定端口。系统默认账号`prismx/prismx@passw0rd`
3941
,首次使用请修改账户名与密码!
4042

docs/change/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ sidemenu: false
1111
系统可能会有部分功能不稳定,请谨慎使用;如果体验后对系统有任何建议或合作想法,欢迎在讨论群中进行反馈和交流(<a href="https://github.com/yqcs/prismx/issues">issues</a>)❤
1212
</Alert>
1313

14+
#### 1.3.4:
15+
16+
- 优化目录扫描功能
17+
- 新增部分指纹
18+
- 优化扫描功能
19+
1420
#### 1.3.3:
1521

1622
- 新增部分 POC、指纹

docs/guide/index.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ nav:
1717

1818
### · WEB 系统
1919

20-
Linux Amd64 运行示例:
20+
##### 依赖文件:
21+
22+
- lib.zip: 数据库、授权文件,web 版需下载
23+
- built.zip :远程管理客户端,仅专业版授权需下载
24+
25+
存储仓库: https://oss.prismx.io Linux Amd64 运行示例:
2126

2227
```bash
2328
$ wget https://oss.prismx.io/built.zip
@@ -29,9 +34,6 @@ $ chmod +x prismx_linux_amd64
2934
$ ./prismx_linux_amd64
3035
```
3136

32-
存储仓库:
33-
https://oss.prismx.io
34-
3537
启动后访问`https://yourIP:443`即可进入登录页,使用 -port 参数可指定端口。系统默认账号`prismx/prismx@passw0rd`
3638
,首次使用请修改账户名与密码!
3739

docs/license/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sidemenu: false
1111
<table>
1212
<th>命令行</th>
1313
<th>社区版</th>
14-
<th>高级版</th>
14+
<th>专业版</th>
1515
<tr>
1616
<td>跨平台支持</td>
1717
<td>命令行版全部功能</td>

public/static/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.3
1+
1.3.4

src/Apply/index.tsx

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ const Apply = () => {
2828
<div>
2929
<a
3030
target={"_blank"}
31-
href={"https://oss.prismx.io/prismx_windows_amd64.exe"}
31+
href={"https://prismx.io/guide"}
3232
className={styles.download}
3333
>
3434
Windows 64 位
3535
</a>
3636
<a
3737
target={"_blank"}
38-
href={"https://oss.prismx.io/prismx_windows_arm64.exe"}
38+
href={"https://prismx.io/guide"}
3939
className={styles.download}
4040
>
4141
arm 版本
@@ -58,14 +58,14 @@ const Apply = () => {
5858
</svg>
5959
<div className={styles.remark}>MacOS</div>
6060
<a
61-
href={"https://oss.prismx.io/prismx_darwin_amd64"}
61+
href={"https://prismx.io/guide"}
6262
target={"_blank"}
6363
className={styles.download}
6464
>
6565
下载MacOS AMD
6666
</a>
6767
<a
68-
href={"https://oss.prismx.io/prismx_darwin_arm64"}
68+
href={"https://prismx.io/guide"}
6969
target={"_blank"}
7070
className={styles.download}
7171
>
@@ -89,14 +89,14 @@ const Apply = () => {
8989
</svg>
9090
<div className={styles.remark}>UOS, Deepin, Ubuntu</div>
9191
<a
92-
href={"https://oss.prismx.io/prismx_linux_amd64"}
92+
href={"https://prismx.io/guide"}
9393
target={"_blank"}
9494
className={styles.download}
9595
>
9696
Linux AMD64 位
9797
</a>
9898
<a
99-
href={"https://github.com/yqcs/prismx/releases/"}
99+
href={"https://prismx.io/guide"}
100100
target={"_blank"}
101101
className={styles.download}
102102
>

0 commit comments

Comments
 (0)