43 lines
1.5 KiB
Plaintext
43 lines
1.5 KiB
Plaintext
# ==| Nuclei Templates Ignore list |==
|
|
# ====================================
|
|
#
|
|
# This is default list of tags and files to excluded from default nuclei scan.
|
|
# More details - https://docs.projectdiscovery.io/tools/nuclei/running#template-exclusion
|
|
#
|
|
# ============ DO NOT EDIT ============
|
|
# Automatically updated by nuclei on execution from nuclei-templates
|
|
# User changes should be in nuclei config file
|
|
# ============ DO NOT EDIT ============
|
|
|
|
# tags is a list of tags to ignore execution for
|
|
# unless asked for by the user.
|
|
|
|
tags:
|
|
- "dos"
|
|
- "local"
|
|
- "fuzz"
|
|
- "bruteforce"
|
|
|
|
# The following templates have been excluded because they have weak matchers and may generate FP results.
|
|
# Please feel free to create PR if you can update the templates with strict matchers.
|
|
|
|
# files is a list of files to ignore template execution
|
|
# unless asked for by the user.
|
|
|
|
files:
|
|
- http/cves/2006/CVE-2006-1681.yaml
|
|
- http/cves/2019/CVE-2019-14696.yaml
|
|
- http/cves/2020/CVE-2020-2036.yaml
|
|
- http/cves/2020/CVE-2020-28351.yaml
|
|
- http/vulnerabilities/oracle/oracle-ebs-xss.yaml
|
|
- http/cves/2021/CVE-2021-28164.yaml
|
|
- http/fuzzing/wordpress-themes-detect.yaml
|
|
- http/fuzzing/mdb-database-file.yaml
|
|
- http/fuzzing/iis-shortname.yaml
|
|
- dns/soa-detect.yaml
|
|
- dns/txt-service-detect.yaml
|
|
- javascript/enumeration/pop3/pop3-capabilities-enum.yaml
|
|
- javascript/enumeration/redis/redis-require-auth.yaml
|
|
- dast/vulnerabilities/sqli/time-based-sqli.yaml
|
|
- javascript/enumeration/minecraft-enum.yaml
|