Update all.yml
parent
0cd2fbf75b
commit
5d31855816
|
@ -1,13 +1,25 @@
|
|||
# This is a configuration file for the all 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 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue