nuclei-templates/.nuclei-ignore

21 lines
1.0 KiB
Plaintext
Raw Normal View History

# ==| Nuclei Templates Ignore list |==
# ====================================
#
# This list can be used to define template/s that will be blocked from execution.
# When a folder/directory is listed under this list, the templates within folder can be executed only when running them directly.
# For example, "nuclei -t fuzzing" will not work, "nuclei -t fuzzing/wp-plugin-scan.yaml" will be executed.
#
# Why ignore list? - To ensure nuclei is not getting used to hammer the every web server with templates that are meant to be used for specific use cases.
# and that doesn't mean nuclei won't let you run these templates. if you know what you are doing, feel free to updates this list locally as per your need.
#
# This list also can be used to ignore templates that you wanted to exclude from every scan.
2021-03-22 13:54:18 +00:00
# More details - https://nuclei.projectdiscovery.io/nuclei/get-started/#template-exclusion
2020-08-24 08:12:02 +00:00
.pre-commit-config.yaml
# Fuzzing is excluded to avoid running bruteforce on every server as default.
fuzzing/
2021-01-09 13:28:57 +00:00
helpers/
miscellaneous/
2021-03-10 14:33:06 +00:00
headless/
2021-03-17 10:25:47 +00:00
iot/