An open API service indexing awesome lists of open source software.

https://github.com/p7e4/cve-alert

懒人必备,CVE漏洞预警脚本,支持钉钉/企业微信群机器人消息通知
https://github.com/p7e4/cve-alert

cve cve-alert vulnerability-alerts

Last synced: 4 months ago
JSON representation

懒人必备,CVE漏洞预警脚本,支持钉钉/企业微信群机器人消息通知

Awesome Lists containing this project

README

        

# CVE-Alert

懒人必备,CVE漏洞预警脚本,支持钉钉/企业微信群机器人消息通知

## 使用

下载(或直接[复制](https://github.com/p7e4/CVE-Alert/blob/master/cvealert.py))`cvealert.py`文件, 在`webhooks`部分填入群机器人的webhook即可

钉钉需要设置自定义关键词为`CVE`或IP白名单

可使用`crontab`或`windows定时任务`来做定时执行

例如每半小时: `*/30 * * * * python3 /root/cvealert.py >> cvealert.log 2>&1`

## 截图

![](https://s4.ax1x.com/2022/02/28/bK4tAS.png)

## Feature

- 支持关键词筛选([@cantgis](https://github.com/p7e4/CVE-Alert/issues/1))
- ~~支持翻译描述([@cantgis](https://github.com/p7e4/CVE-Alert/issues/3))~~ 接口失效
- 支持自定义消息模板([@cantgis](https://github.com/p7e4/CVE-Alert/issues/5))

## 说明

> 数据来源于[NVD api](https://nvd.nist.gov/developers/vulnerabilities)

~~也可以直接用rss订阅(每两小时更新)~~

> ~~https://nvd.nist.gov/feeds/xml/cve/misc/nvd-rss.xml~~ [官方](https://nvd.nist.gov/general/news/change-timeline)已不再提供

## 反馈

提交[issues](https://github.com/p7e4/CVE-Alert/issues/new)