compliance.yml
ID: compliance.yml
Severity: “
Author: —
Tags:
Description
Section titled “Description”YAML Source
Section titled “YAML Source”# Nuclei Configuration Profile for Compliance Detection## This configuration file is specifically tailored for detecting compliance-related issues using Nuclei.## Purpose:# This profile is focused on identifying a wide range of security issues to ensure compliance with various security standards and best practices. It includes templates for detecting misconfigurations, vulnerabilities, exposures, and other security risks.## Running this profile# You can run this profile using the following command:# nuclei -profile compliance -u https://example.com
tags: - misconfig - cve - exposure - default-login - xss - lfi - edb - rce - sqli - unauth - default-login - ssrf - redirect - disclosure - takeover - traversal - generic - deserialization - ssl - keys - tokenGuide 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/compliance.yml"