nuclei-templates/profiles/all.yml

18 lines
657 B
YAML

# Nuclei Configuration Profile for Comprehensive Detection
#
# This configuration file is specifically tailored for performing comprehensive scans using Nuclei, All the avaliable templates are loaded using this profile.
#
# Purpose:
# This profile is focused on identifying a wide range of security issues across different types of protocols and services. It includes templates for HTTP, TCP, JavaScript, DNS, and SSL to ensure thorough coverage of potential vulnerabilities.
#
# Running this profile
# You can run this profile using the following command:
# nuclei -profile all -u https://example.com
type:
- http
- tcp
- javascript
- dns
- ssl