转载:https://mp.weixin.qq.com/s/Rv588fpogzTILLuRY5PChQ
OpenCVE是什么?
OpenCVE 是一个专为漏洞管理设计的开源平台,帮助用户实时跟踪和分析 CVE(通用漏洞披露) 信息。它通过聚合多来源漏洞数据(如 MITRE、NVD、RedHat),提供订阅、过滤、通知功能,让安全团队和开发者能快速定位关键漏洞,避免被动响应风险。
支持两种使用方式:
漏洞监控
Microsoft
)、产品(如 Windows 10
)、CVSS 评分或 CWE 类型订阅漏洞,避免信息过载。数据分析与协作
紧急
、待修复
)分类漏洞,协同团队处理优先级。集成扩展
git clone --branch v2.1.0 --single-branch https://github.com/opencve/opencve.git opencve-v2.1.0
cd opencve-v2.1.0/docker/
启动服务
./install.sh start
http://localhost
,初始化管理员账号。--------| Create OpenCVE admin user
> creating OpenCVE admin user...
Username: admin
Email address: xxx@xxx.com
Password:
Password (again):
Superuser created successfully.
> done ✅
--------| Auto confirm the created user
> confirming the created admin user...
> done ✅
🟢 Everything is set up, you can now access to OpenCVE locally:
- on port 80 for OpenCVE web instance
You can login with your account and password set at the previous step 'Create OpenCVE admin user'.
You can set a new one with the following command: ./install.sh create-superuser
The installed version is: v2.1.0
- on port 8080 for OpenCVE Airflow scheduler
You can login with the username "airflow" and password "airflow".
👋 Installation complete! Thank you for choosing OpenCVE!
参考资料:
https://docs.opencve.io/api/
https://github.com/hq0101/go-opencve