github-cve-monitor/README.md
2024-11-29 16:00:23 +08:00

34 lines
1004 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# github-cve-monitor
## 实时监控github上新增的cve和安全工具更新多渠道推送通知
每30分钟检测一次github是否有新的cve漏洞提交或者安全工具更新记录若有则通过配置的渠道通知用户
时间间隔修改在 467 行
建议使用[screen命令](https://www.runoob.com/linux/linux-comm-screen.html)运行在自己的linux vps后台上就可以愉快的接收各种cve了
```bash
#创建一个screen名字为github_cve在新窗口运行本项目, 成功后直接叉掉该窗口, 项目就会在后台一直运行了
screen -S github_cve
#查看创建的screen
screen -ls
#连接github_cve后台screen如果存在的话
screen -r github_cve
```
# 使用帮助
`tools_list.yaml` 监控的工具列表,新添加按照已有的格式写
`config.yaml` 推送token 设置
详细见[使用帮助](UseHelp.md)
# 效果
<img src="images/image-20211118145021974.png" />
代码改良源https://github.com/yhy0/github-cve-monitor