介绍
欢迎来到 SCCCE 文档。
预期功能
SCCCE 是一个帮助您扫描云环境中的漏洞和错误配置的工具。
长远来看,SCCCE 应该能提供以下功能:
- 列出所有基础设施信息
- 扫描漏洞和错误配置
- 提供额外的扫描和报告工具
- 能够启用日志监控和分析
- 从云提供商收集的日志
- 日志解析为 ECS 格式
- 日志存储在 ElasticSearch 中
- 日志在 Kibana 中可视化
- 监控日志中的异常
- 能够启用警报(待定)
- 异常警报
- 错误配置警报
- 漏洞警报
您想知道的事情
SCCCE CLI
sccce --help
- GitHub Release
- 从源代码构建
- 二进制可执行文件
要求:
- 安装
git
- 安装
make
- 安装
go
:https://golang.org/doc/install
命令:
git clone https://github.com/jyyyeung/SCCCE \
cd SCCCE \
ENV=prod make init \
ENV=prod make build
要求:
- 安装
wget
- 安装
chmod
命令:
# wget --output-document="/bin/sccce"
chmod +x ./sccce
./sccce --help
SCCCE 前端和 API
sccce server
此命令提供 SCCCE 前端、后端 API 和文档。
- GitHub Release
- Docker Compose
- GitHub
要求:
- 安装
git
- 安装
make
- 安装
go
:https://golang.org/doc/install - 安装
pnpm
:https://pnpm.io/installation - 安装
docker
- 安装
Docker Compose
:https://docs.docker.com/compose/install/
git clone https://github.com/jyyyeung/SCCCE \
cd SCCCE \
#...
运行 API 的命令
git clone https://github.com/jyyyeung/SCCCE \
cd SCCCE \
ENV=prod make init \
ENV=prod make run
运行 UI 的命令
git clone https://github.com/jyyyeung/SCCCE \
cd SCCCE \
ENV=prod make init \
ENV=prod make build/ui \
ENV=prod make preview
SCCCE 容器镜像
可用的 SCCCE 容器镜像版本为:
latest
:与main
分支同步(不稳定)stable
:与最新版本同步(稳定)
容器镜像可在:
注意
进行中!