19 lines
481 B
YAML
19 lines
481 B
YAML
# This is a configuration file for the pentest 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/pentest.yml -list target_list_to_scan.txt
|
|
|
|
|
|
type:
|
|
- http
|
|
- tcp
|
|
- javascript
|
|
- dns
|
|
- ssl
|
|
|
|
exclude-tags:
|
|
- dos
|
|
- fuzz
|
|
- osint |