Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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
https://github.com/processust/vulnspy
cert-fr discord nist notification python3 vulnerabilities
Last synced: 19 days ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/processust/vulnspy
- Owner: ProcessusT
- License: gpl-3.0
- Created: 2022-10-26T09:08:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T10:12:10.000Z (about 2 years ago)
- Last Synced: 2024-01-18T07:10:25.007Z (12 months ago)
- Topics: cert-fr, discord, nist, notification, python3, vulnerabilities
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 34
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```python
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 :