nuclei-templates/profiles/all.yml

26 lines
1.1 KiB
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.
#
# Included Templates:
# This configuration references specific templates designed for comprehensive scanning:
# - http: Templates for detecting vulnerabilities in HTTP-based services.
# - tcp: Templates for detecting vulnerabilities in TCP-based services.
# - javascript: Templates for detecting vulnerabilities that are written using the javascript protocol.
# - dns: Templates for detecting vulnerabilities in DNS services.
# - ssl: Templates for detecting SSL/TLS related issues.
#
# 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