Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 800 Bytes

File metadata and controls

24 lines (19 loc) · 800 Bytes

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/6613GitHub6613

鳴謝

該項目受https://github.com/yhy0/github-cve-monitor 啓發,做了一點調整。