Skip to content

KEV Workflow

ID: kev-workflow

Severity: “

Author: king-alexander

Tags:

This workflow runs the relevant Nuclei templates to detect Known Exploited Vulnerabilities.

id: kev-workflow
info:
name: KEV Workflow
author: king-alexander
description: This workflow runs the relevant Nuclei templates to detect Known Exploited Vulnerabilities.
workflows:
- 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 "workflows/kev-workflow.yaml"

View on Github