ScanCVE:监控github上CVE增量,并发送微信通知

时间:2024-04-01 10:50:19
【文件属性】:

文件名称:ScanCVE:监控github上CVE增量,并发送微信通知

文件大小:181KB

文件格式:ZIP

更新时间:2024-04-01 10:50:19

Python

ScanCVE 0.1 这个脚本主要定时扫描github,监控cve的增量情况,如存在增量poc情况,逐步通过微信公众号进行转换。 作者 咚咚呛 如有其他建议,可联系微信280495355 技术细节 技术细节如下 1、定时通过github的api搜索关键字 2、增量监控cve特征 3、提取cve编号,进行mitre查询,并翻译为汉语说明 4、动态配置需要推送的微信公众号CORPID、CORPSECRET等 程序使用 root# git clone root# cd ScanCVE root# sudo pip install -r requirements.txt root# vim conf / info.conf #配置微信公众号信息 root# nohup python ScanCVE.py和 运行截图


【文件预览】:
ScanCVE-master
----.gitignore(37B)
----requirements.txt(73B)
----ScanCVE.py(1KB)
----db()
--------db.json(156KB)
----README.md(820B)
----lib()
--------__init__.py(0B)
--------WeChat.py(2KB)
--------SearchCVE.py(2KB)
--------ScanGitHub.py(3KB)
----conf()
--------info.conf(100B)
----.gitattributes(31B)
----pic()
--------111.png(182KB)

网友评论