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漏洞预警脚本,支持钉钉/企业微信群机器人消息通知
- Host: GitHub
- URL: https://github.com/p7e4/cve-alert
- Owner: p7e4
- Created: 2020-02-12T12:04:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T02:46:29.000Z (about 1 year ago)
- Last Synced: 2024-04-28T04:50:33.044Z (about 1 year ago)
- Topics: cve, cve-alert, vulnerability-alerts
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 16
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`
## 截图

## 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)