Skip to content

Commit

Permalink
1.2.5发布
Browse files Browse the repository at this point in the history
  • Loading branch information
yqcs committed Jul 2, 2024
1 parent 6105ab3 commit 51257d9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
26 changes: 16 additions & 10 deletions docs/change/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,62 +11,68 @@ sidemenu: false
系统可能会有部分功能不稳定,请谨慎使用;如果体验后对系统有任何建议或合作想法,欢迎在讨论群中进行反馈和交流(<a href="https://github.com/yqcs/prismx/issues">issues</a>)❤
</Alert>

#### 1.2.1 (2024-4-15):
#### 1.2.5:

- 优化远程管理功能,新增双击编辑文件
- 修复扫描任务手动暂停、结束卡住问题
- 内置 Nuclei POC

#### 1.2.1:

- 精简 nuclei 引擎,现在体积更小了
- 修复 Windows7 下运行崩溃 bug
- 新增溯源辅助工具,一键收集日志数据
- 解决扫描目标过多导致 web 卡顿问题

#### 1.1.2 (2024-2-1)
#### 1.1.2:

- 解决退出 shell 终端导致程序停止运行问题
- 修复部分 UI 兼容性

#### 1.1.1 (2024-1-22)
#### 1.1.1:

- 修复 Nuclei 引擎 Linux 下 poc 路径错误的问题
- 修复部分 UI 兼容性

#### 1.1.0 (2024-1-17)
#### 1.1.0:

- 修复 前端端口过多导致的卡顿问题
- 修复 前端分辨率过低导致 UI 错位问题
- 新增 Nuclei 引擎,nuclei 的 poc 请手动放置 `lib\exploits\nuclei` 目录
Tips:
Nuclei 引擎默认为禁用,在创建扫描任务时在高级设定中手动开启。遇到过多 web 端口请谨慎使用,经测试扫描一个 C 段,不开 nuclei 引擎只占用系统约 300m 内存,开启后占用到了 2G 以上

#### 1.0.29 (2024-1-12)
#### 1.0.29:

- 修复 mssql 爆破异常
- 修复 pgsql 爆破异常
- 修复 oracle 不走代理
- 添加 vnc 服务爆破

#### 1.0.28 (2024-1-9)
#### 1.0.28:

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

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

- 修复开启 https 远程主机管理无法上线问题
- 修复部分 UI 错位问题
- 增加指纹

#### 1.0.26 (2024-1-2)
#### 1.0.26:

- 修复首页卡顿问题
- 新增检查更新按钮

#### 1.0.25 (2024-1-2)
#### 1.0.25:

- 新增版本检测
- 修复部分情况下 UI 错位问题
- 修复 upx 压缩导致程序无法运行问题

#### 1.0.x (2023-12-26)
#### 1.0.x:

首版上线。

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ $ ./prismx_linux_amd64

### WEB 模式

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

<img src="/static/guide/login.png" alt="login Page"/>
Expand Down
2 changes: 1 addition & 1 deletion public/static/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1
1.2.5

0 comments on commit 51257d9

Please sign in to comment.