# CVEAP **Repository Path**: stemmm/CVEAP ## Basic Information - **Project Name**: CVEAP - **Description**: Send CVE information to the specified mailbox (from Github) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-27 - **Last Updated**: 2021-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CVEAP Send CVE information to the specified mailbox (from Github) ## 功能 監控Github上的漏洞、紅隊等信息推送釘釘、郵箱、Telegram BOT、Server醬 安裝telegram bot需要的庫: ``` pip3 install python-telegram-bot ``` ## 默認監聽關鍵詞 ``` keyword_list = ["免杀", "poc", "cve", "payload", "漏洞利用", "红队", "蓝队", "redteam", "取证", "应急", "后渗透", "内网", "攻防", "网络安全","主机安全", "信息收集", "溯源"] ``` ## 截圖 ![](https://github.com/JustYoomoon/CVEAP/blob/main/2021-07-18_17-01.png) ![](https://github.com/JustYoomoon/CVEAP/blob/main/photo_2021-07-18_17-17-16.jpg) ## 開發者 https://github.com/6613GitHub6613 ## 鳴謝 該項目受https://github.com/yhy0/github-cve-monitor 啓發,做了一點調整。