Last active
December 25, 2020 08:42
-
-
Save mememan-anon/172f2ef3ea4ce60a9df2b68bed9ae6f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ==| 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. | |
# More details - https://github.com/projectdiscovery/nuclei#using-nuclei-ignore-file-for-template-exclusion | |
subdomain-takeover/ | |
.pre-commit-config.yaml | |
technologies/ | |
# Fuzzing is excluded to avoid running bruteforce on every server as default. | |
fuzzing/basic-auth-bruteforce.yaml | |
# Wordlist directory contains payload to be used with templates. | |
wordlists/ | |
misc/missing-hsts.yaml | |
misc/missing-x-frame-options.yaml | |
misc/missing-csp.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment