Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sec-report/SecReport
ChatGPT加持的,多人在线协同信息安全报告编写平台。目前支持的报告类型:渗透测试报告,APP隐私合规报告。
https://github.com/sec-report/SecReport
ai chatgpt collaboration collaborations docker openai pentest privacy rce report retest sec security security-tools sql-injection vulnerabilities web-security xss
Last synced: 3 months ago
JSON representation
ChatGPT加持的,多人在线协同信息安全报告编写平台。目前支持的报告类型:渗透测试报告,APP隐私合规报告。
- Host: GitHub
- URL: https://github.com/sec-report/SecReport
- Owner: sec-report
- License: apache-2.0
- Created: 2023-04-10T16:18:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-24T09:08:41.000Z (4 months ago)
- Last Synced: 2024-08-24T10:26:01.679Z (4 months ago)
- Topics: ai, chatgpt, collaboration, collaborations, docker, openai, pentest, privacy, rce, report, retest, sec, security, security-tools, sql-injection, vulnerabilities, web-security, xss
- Language: Python
- Homepage: https://sec-report.com
- Size: 355 KB
- Stars: 123
- Watchers: 1
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - sec-report/SecReport - ChatGPT加持的,多人在线协同信息安全报告编写平台。目前支持的报告类型:渗透测试报告,APP隐私合规报告。 (Python)
README
# SecReport
ChatGPT加持的,多人协同信息安全渗透测试报告`编写`/`导出`平台[官方网站](https://sec-report.com)
* 标准化渗透测试流程
* 多人协同编辑
* 自定义导出模版
* ChatGPT生成漏洞简介及修复方案
* APP安全合规测试报告#### TODO:
* ~~复测报告生成~~
* ~~多人协同的临时信息同步固钉窗口~~
* ~~整合社区单机版至[Docker Hub](https://hub.docker.com/r/secreport/sec-report)~~
* ~~提供报告模版demo~~
* ~~APP安全合规测试报告~~
* ~~APP安全合规测试报告自定义模版~~
* ~~增加自定义模版报错机制~~
* ~~渗透测试报告漏洞列表中添加涉及系统字段~~
* 应急溯源处置报告,包括`access.log`等日志分析功能> 报告模版demo已上传至template文件夹,欢迎社区通过pr提交优质报告模版。优质模版将在后续版本自动集成至官方模版库。
---
## 社区版私有部署方案
> 单机版仅供社区交流学习,禁止任何商业/OEM行为,商业版请联系邮箱[[email protected]](mailto:[email protected])。
### 安装
```shell
mkdir SecReport && cd SecReport
wget https://raw.githubusercontent.com/sec-report/SecReport/main/run.sh
chmod +x run.sh
./run.sh# 停止
./run.sh stop# 更新
./run.sh update
```Docker全部运行后访问 [http://127.0.0.1/](http://127.0.0.1/) 初始化管理员账号
### 激活
关注微信公众号: `信息安全报告`,点击公众号菜单栏`激活码`-`SecReport`,获取激活码。
获取到激活码后,请在后台: `后台管理`-`证书管理`,进行绑定。
## 版本区别
| | 官网版本 | 社区版 | 商业版 |
| ---- | -------- | ------ | ------ |
| 用户 | / | 5人 | 无限制 |
| 报告 | 无限制 | 10个 | 无限制 |
| 价格 | 限时免费 | 非商用免费 | 联系微信或邮箱 |## 沟通群
> 请加好友并备注:`SecReport加群`
## 其他作品
[SecAutoBan](https://github.com/sec-report/SecAutoBan):安全设备告警IP全自动封禁平台,支持百万IP秒级分析处理。
## Star History