Skip to content

compliance.yml

ID: compliance.yml

Severity: “

Author:

Tags:

# 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
- token

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/compliance.yml"

View on Github