A client to generate sightings for Vulnerability-Lookup from the Known Exploited Vulnerabilities (KEV) catalog.
pipx is an easy way to install and run Python applications in isolated environments. It's easy to install.
$ pipx install KEVSight
$ export KEVSIGHT_CONFIG=~/.KEVSight/conf.py
$ cisa_kev --download-path /home/cedric/.cisa_kev/known_exploited_vulnerabilities.json download
The configuration for KEVSight should be defined in a Python file (e.g., ~/.KEVSight/conf.py
).
You must then set an environment variable (KEVSIGHT_CONFIG
) with the full path to this file.
$ KEVSight --help
usage: KEVSight [-h] [--since SINCE]
options:
-h, --help show this help message and exit
--since SINCE Specify the number of days from today to include in the query
KEVSight is licensed under GNU General Public License version 3
Copyright (c) 2024 Computer Incident Response Center Luxembourg (CIRCL)
Copyright (C) 2024 Cédric Bonhomme - https://github.com/cedricbonhomme