Skip to content

Commit

Permalink
1.3.2发布
Browse files Browse the repository at this point in the history
  • Loading branch information
yqcs committed Jul 29, 2024
1 parent d36af88 commit 5ddeafa
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 41 deletions.
43 changes: 24 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
<img src="public/static/scan.png" alt="pc_home" width="30%" />
<h1 align="center">

# :: 棱镜 X · 一体化的轻量型跨平台渗透系统
<a href="https://prismx.io/"><img src="public/static/scan.png" width="200px"></a>

</h1>

<h1 align="center">:: 棱镜 X · 轻量型跨平台单兵渗透系统</h1>

---

<p align="center">
<a href="https://prismx.io/guide" target="_blank">使用文档</a> ·
<a href="">主机管理</a> ·
<a href="">风险扫描</a> ·
<a href="">漏洞利用</a> ·
<a href="">应急辅助</a>
<a href="https://prismx.io/guide">主机管理</a> ·
<a href="https://prismx.io/guide">风险扫描</a> ·
<a href="https://prismx.io/guide">漏洞利用</a> ·
<a href="https://prismx.io/guide">应急辅助</a>
</p>

## 启动

### · WEB 系统

下载对应 OS ARCH 的软件包 [Prism X releases](https://github.com/yqcs/prismx/releases/)
,解压之后赋予可执行权限之后直接运行即可。

<img src="public/static/pc_home.jpg" alt="pc_home"/>

Linux Amd64 运行示例:

```bash
Expand All @@ -33,24 +32,30 @@ $ chmod +x prismx_linux_amd64
$ ./prismx_linux_amd64
```

### WEB 模式
更多系统架构:
https://github.com/yqcs/prismx/releases/

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

### CLI 命令行
#### 主页:

<img src="public/static/pc_home.jpg" alt="pc_home"/>

命令行模式无需任何依赖文件,但是只具有基础的扫描模块,无法使用 WEB 模式的扫描配置以及信息收集等高级功能。执行-h
命令可获取相关帮助。
#### 数据大屏:

<img src="public/static/view.jpg" alt="pc_home"/>

### · CLI 命令行

命令行模式无需任何依赖文件,只具有基础的扫描模块。执行-h 命令可获取相关帮助。

```bash
$ ./prismx_linux_amd64_cli -h
$ ./prismx_linux_amd64_cli -t 127.0.0.1 -p 1-500,3000-6000
```

### · 界面预览

<img src="public/static/view.jpg" alt="pc_home"/>
<img src="public/static/cli.png" alt="pc_home"/>

---

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

- 新增部分 POC、指纹
- 优化扫描功能
- 优化其他功能

#### 1.3.1:

- 新增一键升级功能
Expand Down
37 changes: 22 additions & 15 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ nav:

## 启动

下载对应 OS ARCH 的软件包 [Prism X releases](https://github.com/yqcs/prismx/releases/)
,解压之后赋予可执行权限之后直接运行即可。
### · WEB 系统

Linux amd64 运行示例:
Linux Amd64 运行示例:

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

### WEB 模式
更多系统架构:
https://github.com/yqcs/prismx/releases/

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

<img src="/static/guide/login.png" alt="login Page" width="80%"/>
#### 主页:

### CLI 命令行
<img src="/static/pc_home.jpg" alt="pc_home"/>

命令行模式无需任何依赖文件,但是只具有基础的指纹扫描和漏洞验证功能,无法使用 WEB 模式的扫描配置以及信息收集等高级功能。执行-h
命令可获取相关帮助。
#### 数据大屏:

<img src="/static/view.jpg" alt="pc_home"/>

### · CLI 命令行

命令行模式无需任何依赖文件,只具有基础的扫描模块。执行-h 命令可获取相关帮助。

```bash
$ ./prismx_linux_amd64_cli -h
$ ./prismx_linux_amd64_cli -t 127.0.0.1 -p 1-500,3000-6000
```

<img src="/static/cli.png" alt="cli Page" width="70%"/>
<img src="/static/cli.png" alt="pc_home"/>

### Linux For ARM(Android)

Expand All @@ -62,11 +67,13 @@ Termux 支撑。
$ pkg update
$ pkg upgrade
$ pkg install wget
$ wget https://github.com/yqcs/prismx/releases/download/{version}/prismx.zip
$ unzip prismx_linux_arm64.zip
$ cd prismx_linux_arm64
$ chmod +x prismx
$ ./prismx
$ 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
$ unzip lib.zip
$ chmod +x prismx_linux_amd64
$ ./prismx_linux_amd64
```

未授予 Root 权限会出现错误:` listen tcp 0.0.0.0:80: bind: permission denied`,使用-port 参数切换绑定端口即可。
Expand Down
12 changes: 6 additions & 6 deletions docs/license/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ sidemenu: false
<div style="width: 90%;margin: 50px auto 0;font-size: 14px">
<table>
<th>命令行</th>
<th>基础版</th>
<th>社区版</th>
<th>高级版</th>
<tr>
<td>跨平台支持</td>
<td>命令行版全部功能</td>
<td>基础版全部功能</td>
<td>社区版全部功能</td>
</tr>
<tr>
<td>丰富的扫描协议</td>
Expand All @@ -30,17 +30,17 @@ sidemenu: false
<tr>
<td>资产漏洞扫描</td>
<td>可视化创建POC</td>
<td>免杀平台权限</td>
<td>应急协助工具</td>
</tr>
<tr>
<td>自定义弱口令检测</td>
<td>灵活的插件支持</td>
<td>漏洞文库权限</td>
</tr>
<tr>
<tr>
<td>外部POC扩展</td>
<td></td>
<td>溯源辅助工具</td>
<td>邮件测试</td>
<td>免杀平台权限</td>
</tr>
</table>
</div>
2 changes: 1 addition & 1 deletion public/static/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1
1.3.2

0 comments on commit 5ddeafa

Please sign in to comment.