nuclei-templates/profiles/misconfigurations.yml

16 lines
648 B
YAML
Raw Normal View History

2024-06-25 07:33:44 +00:00
# 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.
#
# Running this profile
# You can run this profile using the following command:
# nuclei -profile misconfigurations -u https://example.com
2024-04-27 21:16:28 +00:00
templates:
- http/misconfiguration/
- network/misconfig/
2024-06-25 07:33:44 +00:00
- javascript/misconfiguration/