ProcessusT / vulnspy

VULNSPY regularly retrieves the latest alerts published by the CERT-FR and the related vulnerabilities with their CVSS score and allows you to notify by email or by discord if a defined threshold is exceeded

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VULNSPY






VULNSPY regularly retrieves the latest alerts published by the CERT-FR
and the related vulnerabilities with their CVSS score and allows you to
notify by email, slack or by discord if a defined threshold is exceeded




Changelog


On last version (V 1.2) :
- Add Slack Notifer - Dependencies => requirements.txt
Version 1.1 :
- Complete rewrite for discord bot and webhook
- Best format for message output

Version 1.0 :
- Notify by email and by discord

Installation


git clone https://github.com/Processus-Thief/vulnspy
cd vulnspy/
python3 -m venv .venv
pip install -r requirements.txt
python3 ./vulnspy.py

IMPORTANT : You need to configure SMTP, Discord and Slack options in script :





About

VULNSPY regularly retrieves the latest alerts published by the CERT-FR and the related vulnerabilities with their CVSS score and allows you to notify by email or by discord if a defined threshold is exceeded

License:GNU General Public License v3.0


Languages

Language:Python 100.0%