# ScanCVE **Repository Path**: nmaps/ScanCVE ## Basic Information - **Project Name**: ScanCVE - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-11-08 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ScanCVE 0.1 这个脚本主要定时扫描github,监控cve的增量情况,如存在增量poc情况,则会通过微信公众号进行告警。 ## 作者 ## 咚咚呛 如有其他建议,可联系微信280495355 ## 技术细节 ## 技术细节如下 1、定时通过github的api搜索关键字 2、增量监控cve特征 3、提取cve编号,进行mitre查询,并翻译为汉语说明 4、动态配置需要推送的微信公众号CORPID、CORPSECRET等 ## 程序使用 ## > root# git clone https://github.com/grayddq/ScanCVE.git > > root# cd ScanCVE > > root# sudo pip install -r requirements.txt > > root# vim conf/info.conf #配置微信公众号信息 > > root# nohup python ScanCVE.py & ## 运行截图 ## ![Screenshot](pic/111.png)