Skip to content

kev.yml

ID: kev.yml

Severity: “

Author:

Tags:

# Nuclei Configuration Profile for CISA KEV Detection
#
# This configuration file is specifically tailored for detecting Known Exploited Vulnerabilities (KEV) using Nuclei.
#
# Purpose:
# This profile is focused on identifying vulnerabilities that are listed in the Cybersecurity and Infrastructure Security Agency (CISA) Known Exploited Vulnerabilities (KEV) catalog.
# Detecting KEVs is crucial for mitigating risks associated with known and actively exploited vulnerabilities.
#
# Running this profile
# You can run this profile using the following command:
# nuclei -profile kev -u https://example.com
tags:
- kev

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "profiles/kev.yml"

View on Github