Merge pull request #10111 from projectdiscovery/parthmalhotra-patch-3

Update misconfigurations.yml
patch-4
Parth Malhotra 2024-06-25 13:04:38 +05:30 committed by GitHub
commit c2111a1972
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 7 deletions

View File

@ -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/
- javascript/misconfiguration/