https://github.com/hxsecurity/dongtai-web
dongtai web is the front-end project of "huoxian DongTaiIast" and is responsible for page display
https://github.com/hxsecurity/dongtai-web
css dongtai html iast typescript vue
Last synced: about 1 month ago
JSON representation
dongtai web is the front-end project of "huoxian DongTaiIast" and is responsible for page display
- Host: GitHub
- URL: https://github.com/hxsecurity/dongtai-web
- Owner: HXSecurity
- License: apache-2.0
- Created: 2021-03-22T04:06:16.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-11-03T10:26:48.000Z (over 1 year ago)
- Last Synced: 2025-04-04T10:36:36.300Z (about 2 months ago)
- Topics: css, dongtai, html, iast, typescript, vue
- Language: CSS
- Homepage:
- Size: 82.2 MB
- Stars: 17
- Watchers: 13
- Forks: 24
- Open Issues: 6
-
Metadata Files:
- Readme: README.ZH_CN.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DongTai-web
[](https://github.com/HXSecurity/DongTai)
[](https://github.com/HXSecurity/DongTai-web)[English](README.md)
## 项目介绍
“火线~洞态IAST”是一款专为甲方安全人员、甲乙代码审计工程师和0 Day漏洞挖掘人员量身打造的辅助工具,可用于集成devops环境进行漏洞检测、作为代码审计的辅助工具和自动化挖掘0 Day。“火线~洞态IAST”具有五大模块,分别是`DongTai-webapi`、`DongTai-openapi`、`DongTai-engine`、`DongTai-web`、`agent`,其中:
- `DongTai-webapi`用于与`DongTai-web`交互,负责用户相关的API请求;
- `DongTai-openapi`用于与`agent`交互,处理agent上报的数据,向agent下发策略,控制agent的运行等
- `DongTai-engine`用于对`DongTai-openapi`接收到的数据进行分析、处理,计算存在的漏洞和可用的污点调用链等
- `DongTai-web`为“火线~洞态IAST”的前端项目,负责页面展示
- `agent`为各语言的数据采集端,从安装Agent的项目中采集相对应的数据,发送至`DongTai-openapi`服务## 本地开发
1.安装`npm`依赖
```bash
$ npm install
```2.修改本地配置文件
将目录下的 `.env` 文件中的 `VUE_TARGET_HOST = 'http://test.iast.huoxian.cn:8081'` 修改为 `VUE_TARGET_HOST = '你的后端服务所在地址'`
3.执行运行命令
```bash
$ npm run dev
```## 部署方案
1.安装`npm`依赖
```bash
$ npm install
```2.编译为可发布版本
```bash
$ npm run build
```3.将`dist`目录放入nginx服务的静态资源目录
4.修改nginx配置,设置前端接口对应的后端服务,nginx的配置可参考`nginx.conf`
### 文档
- [官方文档](https://dongtai.io)
- [快速体验](https://iast.io)