diff --git a/profiles/misconfigurations.yml b/profiles/misconfigurations.yml index d98bc8fa02..6b7c1c6114 100644 --- a/profiles/misconfigurations.yml +++ b/profiles/misconfigurations.yml @@ -1,11 +1,21 @@ -# This is a configuration file for the misconfigurations template profile. -# Additional configuration profiles can be created for different types of nuclei scans. -# They should be placed under the 'config' directory at: -# https://github.com/projectdiscovery/nuclei-templates -# Here is an example of how to use a config profile: -# nuclei -config config/osint.yml -list target_list_to_scan.txt +# Nuclei Configuration Profile for Misconfigurations Detection +# +# This configuration file is specifically tailored for detecting misconfigurations using Nuclei. +# +# Purpose: +# This profile is focused on identifying various misconfigurations that can lead to security vulnerabilities. Detecting and correcting misconfigurations is essential for maintaining the security and integrity of systems and applications. +# +# Included Templates: +# This configuration references specific templates designed to detect misconfigurations: +# - http/misconfiguration/: Templates for detecting misconfigurations in HTTP-based services. +# - network/misconfig/: Templates for detecting misconfigurations in network services. +# - javascript/misconfiguration/: Templates written using javascript protocol for detecting misconfigurations in applications. +# +# Running this profile +# You can run this profile using the following command: +# nuclei -profile misconfigurations -u https://example.com templates: - http/misconfiguration/ - network/misconfig/ - - javascript/misconfiguration/ \ No newline at end of file + - javascript/misconfiguration/