Skip to content

Commit

Permalink
1.0.28发布
Browse files Browse the repository at this point in the history
  • Loading branch information
yqcs committed Jan 9, 2024
1 parent e6a400b commit a9baf4f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
Linux Amd64 运行示例:

```bash
$ wget https://github.com/yqcs/prismx/releases/download/{version}/prismx_linux_amd64.zip
$ wget https://github.com/yqcs/prismx/releases/download/{version}/prismx.zip
$ unzip prismx_linux_amd64.zip
$ cd prismx_linux_amd64
$ chmod +x prismx
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.0.28 (2024-1-9):

- 修复全局代理 bug
- 增加部分指纹
- 增加个别 poc

#### 1.0.27 (2024-1-3):

- 修复开启 https 远程主机管理无法上线问题
Expand Down
6 changes: 3 additions & 3 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ nav:
Linux amd64 运行示例:

```bash
$ wget https://github.com/yqcs/prismx/releases/download/{version}/prismx_linux_amd64.zip
$ wget https://github.com/yqcs/prismx/releases/download/{version}/prismx.zip
$ unzip prismx_linux_amd64.zip
$ cd prismx_linux_amd64
$ chmod +x prismx
Expand All @@ -84,7 +84,7 @@ $ ./prismx

### WEB 模式

WEB 模式需提供 License 文件,运行`./prismx`命令之后访问`http://yourIP:80`即可进入登录页,使用 -port 参数可指定端口。系统默认账号`prismx/prismx@passw0rd`
WEB 模式需提供 License 文件,运行`./prismx`命令之后访问`https://yourIP:443`即可进入登录页,使用 -port 参数可指定端口。系统默认账号`prismx/prismx@passw0rd`
,首次使用请修改账户名与密码!

<img src="/static/guide/login.png" alt="login Page"/>
Expand Down Expand Up @@ -114,7 +114,7 @@ Termux 支撑。
$ pkg update
$ pkg upgrade
$ pkg install wget
$ wget https://github.com/yqcs/prismx/releases/download/{version}/prismx_linux_arm64.zip
$ wget https://github.com/yqcs/prismx/releases/download/{version}/prismx.zip
$ unzip prismx_linux_arm64.zip
$ cd prismx_linux_arm64
$ chmod +x prismx
Expand Down
2 changes: 1 addition & 1 deletion public/static/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.27
1.0.28

0 comments on commit a9baf4f

Please sign in to comment.