cves.yml
ID: cves.yml
Severity: “
Author: —
Tags:
Description
Section titled “Description”YAML Source
Section titled “YAML Source”# Nuclei Configuration Profile for CVEs Detection## This configuration file is specifically tailored for detecting Common Vulnerabilities and Exposures (CVEs) using Nuclei.## Purpose:# This profile is focused on identifying vulnerabilities listed in the Common Vulnerabilities and Exposures (CVE) database. Detecting CVEs is essential for mitigating risks associated with known security flaws in software and systems.## Running this profile# You can run this profile using the following command:# nuclei -profile cves -u https://example.com
templates: - http/cves/ - http/cnvd/ - network/cves/ - javascript/cves/Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "profiles/cves.yml"