Skip to content

A client to generate sightings for Vulnerability-Lookup from the Known Exploited Vulnerabilities (KEV) catalog.

License

Notifications You must be signed in to change notification settings

cedricbonhomme/KEVSight

Repository files navigation

KEVSight

A client to generate sightings for Vulnerability-Lookup from the Known Exploited Vulnerabilities (KEV) catalog.

Installation

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.

Usage

$ 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

License

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

About

A client to generate sightings for Vulnerability-Lookup from the Known Exploited Vulnerabilities (KEV) catalog.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages