https://github.com/boy-hack/w13scan-report
w13scan-report
https://github.com/boy-hack/w13scan-report
Last synced: 3 months ago
JSON representation
w13scan-report
- Host: GitHub
- URL: https://github.com/boy-hack/w13scan-report
- Owner: boy-hack
- Created: 2021-04-06T14:34:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T14:11:24.000Z (about 4 years ago)
- Last Synced: 2025-06-05T04:26:41.757Z (about 1 year ago)
- Language: HTML
- Size: 157 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# W13Scan 漏洞模板
## DEMO
[报告样例](https://i.hacking8.com/static/testphp.vulnweb.html)
## 准备工作
安装 Node 和 yarn,进入该目录运行
```
yarn install
```
## 开发
```
yarn serve
```
## 构建
```
yarn build
```
## 注意
+ 为了方便报告在内网查看,在 build 时已经将所有依赖打包到 `dist/index.html`,漏洞模板只需用这一个文件,dist 目录下的其他文件可以忽略
+ 为了缩减体积,用了很多减少 bundle 大小的 tricks。其中对 antd icons 的处理稍微麻烦些,如果后续用到的组件有任何图标,都需要在 `src/icons` 手动引入,否则会显示不出来
+ 如果想自行将 json 漏洞数据输出为 html 报告,参考 `public/index.html` 中的注释内容, 注意需要做一些 html 转义,以防 xss 问题