Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yqcs committed Dec 26, 2023
1 parent 24c7ed9 commit a164f5d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 30 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# :: 棱镜 X · 一体化的轻量型跨平台渗透系统

----
---

<p align="center">
<a href="https://prismx.io/guide" target="_blank">使用文档</a> ·
Expand All @@ -13,14 +13,13 @@

## 启动

### · WEB系统
### · WEB 系统

下载对应 OS ARCH 的软件包 [Prism X releases](https://github.com/yqcs/heartsk_community/releases/)
下载对应 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 @@ -30,19 +29,19 @@ $ cd prismx_linux_amd64
$ chmod +x prismx
$ ./prismx
```

#### 系统默认账号:`prismx/prismx@passw0rd`

### · 界面预览

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

----
---

## QQ安全研究群
## QQ 安全研究群

### [点击加入:528118163](https://jq.qq.com/?_wv=1027&k=azWZhmSy)

## 加群 / 联系(左) | 公众号:遮天实验室(右)

<img src="public/static/wx.jpg" width="200"><img src="public/static/wx_qrcode.jpg" width="200">

18 changes: 3 additions & 15 deletions docs/change/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,12 @@ sidemenu: false
# 更新日志

<Alert>
系统可能会有部分功能不稳定,请谨慎使用;如果体验后对系统有任何建议或合作想法,欢迎在讨论群中进行反馈和交流(<a href="https://github.com/yqcs/heartsk_community/issues">issues</a>)❤
系统可能会有部分功能不稳定,请谨慎使用;如果体验后对系统有任何建议或合作想法,欢迎在讨论群中进行反馈和交流(<a href="https://github.com/yqcs/prismx/issues">issues</a>)❤
</Alert>

#### LOW BUG(1.0.1)-2022-06-09
#### Beta 1.x (2023-12-26)

- 新增 favicon.ico 显示
- 新增插件
- 优化手机尺寸 UI
- 优化目录扫描 UI
- 优化 Linux 低权限扫描逻辑

#### LOW BUG(1.0.0)-2022-06-01:

- UI 更新,兼容不同尺寸显示、黑暗皮肤、英、繁体文本
- 信息收集初版上线,支持从互联网检索子域名、关键词数据
- 脆弱性检测上线,支持扫描子域名、脆弱性目录、资产信息收集、基线检测、Nday 验证
- 支持自定义 JSON、YAML、GO 三种类型插件
- 内置测试版 License 及公钥文件
首版上线。

### 联系

Expand Down
14 changes: 6 additions & 8 deletions src/Apply/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Apply = () => {
<a
target={"_blank"}
href={
"https://github.com/yqcs/heartsk_community/releases/download/[email protected]/HeartsK_windows_amd64.zip"
"https://github.com/yqcs/prismx/releases/download/[email protected]/HeartsK_windows_amd64.zip"
}
className={styles.download}
>
Expand All @@ -38,7 +38,7 @@ const Apply = () => {
<a
target={"_blank"}
href={
"https://github.com/yqcs/heartsk_community/releases/download/[email protected]/HeartsK_windows_386.zip"
"https://github.com/yqcs/prismx/releases/download/[email protected]/HeartsK_windows_386.zip"
}
className={styles.download}
>
Expand All @@ -63,7 +63,7 @@ const Apply = () => {
<div className={styles.remark}>MacOS</div>
<a
href={
"https://github.com/yqcs/heartsk_community/releases/download/[email protected]/HeartsK_darwin_amd64.zip"
"https://github.com/yqcs/prismx/releases/download/[email protected]/HeartsK_darwin_amd64.zip"
}
target={"_blank"}
className={styles.download}
Expand All @@ -72,7 +72,7 @@ const Apply = () => {
</a>
<a
href={
"https://github.com/yqcs/heartsk_community/releases/download/[email protected]/HeartsK_darwin_arm64.zip"
"https://github.com/yqcs/prismx/releases/download/[email protected]/HeartsK_darwin_arm64.zip"
}
target={"_blank"}
className={styles.download}
Expand All @@ -98,17 +98,15 @@ const Apply = () => {
<div className={styles.remark}>UOS, Deepin, Ubuntu</div>
<a
href={
"https://github.com/yqcs/heartsk_community/releases/download/[email protected]/HeartsK_linux_amd64.zip"
"https://github.com/yqcs/prismx/releases/download/[email protected]/HeartsK_linux_amd64.zip"
}
target={"_blank"}
className={styles.download}
>
Linux AMD64 位
</a>
<a
href={
"https://github.com/yqcs/heartsk_community/releases/latest"
}
href={"https://github.com/yqcs/prismx/releases/latest"}
target={"_blank"}
className={styles.download}
>
Expand Down

0 comments on commit a164f5d

Please sign in to comment.