https://github.com/HackerDev-Felix/CVEAP
Send CVE information to the specified mailbox (from Github)
https://github.com/HackerDev-Felix/CVEAP
Last synced: 7 months ago
JSON representation
Send CVE information to the specified mailbox (from Github)
- Host: GitHub
- URL: https://github.com/HackerDev-Felix/CVEAP
- Owner: HackerDev-Felix
- License: mit
- Created: 2021-07-18T08:47:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T16:06:14.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:45:03.582Z (11 months ago)
- Language: Python
- Size: 762 KB
- Stars: 91
- Watchers: 1
- Forks: 27
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - HackerDev-Felix/CVEAP - Send CVE information to the specified mailbox (from Github) (Python)
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/6613GitHub6613## 鳴謝
該項目受https://github.com/yhy0/github-cve-monitor 啓發,做了一點調整。