nuclei-templates/.nuclei-ignore

18 lines
485 B
Plaintext

# ==| Nuclei Templates Ignore list |==
# ====================================
#
# This is default list of tags and files to excluded from default nuclei scan.
# More details - https://nuclei.projectdiscovery.io/nuclei/get-started/#template-exclusion
# tags is a list of tags to ignore execution for
# unless asked for by the user.
tags:
- "headless"
- "dos"
- "iot"
- "misc"
- "fuzz"
# files is a list of files to ignore template execution
# unless asked for by the user.