Community curated list of templates for the nuclei engine to find security vulnerabilities.
 
Go to file
Dwi Siswanto 6c7c64342c Add SAP NetWeaver AS JAVA detection 2020-07-21 13:53:29 +07:00
.github/workflows Check all branches during syntax linting 2020-05-25 17:32:44 +05:30
basic-detections adding condition 2020-07-11 11:20:35 +05:30
brute-force removing extra spaces 2020-07-02 15:43:03 +05:30
cves 🔥 Add CVE-2020-6287 2020-07-21 13:53:00 +07:00
dns updates 2020-07-16 12:28:11 +05:30
examples 📝 Update current examples of workflows 2020-07-06 10:06:05 +07:00
files Add description 2020-07-15 09:10:17 +01:00
panels Update sap-recon-detect.yaml 2020-07-16 12:30:43 +05:30
security-misconfiguration Update springboot-detect.yaml 2020-07-11 18:09:10 +05:30
subdomain-takeover updating takeover template 2020-07-20 18:34:40 +05:30
technologies Add SAP NetWeaver AS JAVA detection 2020-07-21 13:53:29 +07:00
tokens Update slack-access-token.yaml 2020-07-11 11:22:19 +05:30
vulnerabilities Fixed default condition OR to AND in false-positives 2020-07-08 17:08:57 +05:30
workflows Update jira-exploitaiton-workflow.yaml 2020-07-08 23:13:06 +05:30
.gitignore updates 2020-07-16 12:28:11 +05:30
.pre-commit-config.yaml Add pre-commit and yamllint configuration 2020-05-24 23:20:42 +02:00
.yamllint Fixed linting rules for more relaxed 2020-05-25 17:27:54 +05:30
GUIDE.md add description to templates. 2020-07-15 09:19:42 +01:00
LICENSE Create LICENSE 2020-04-04 21:52:37 +05:30
README.md Update README.md 2020-06-17 14:26:47 +05:30

README.md

Templates are the core of nuclei scanner which power the actual scanning engine. This repository stores and houses various templates for the scanner provided by our team as well as contributed by the community. We hope that you also contribute by sending templates via pull requests and grow the list.

Please read this detailed guide to build new and your own custom templates.


Notes:

  1. Use YAMLlint (e.g. yamllint) to validate new templates when sending pull requests.
  2. Use YAML Formatter (e.g. jsonformatter) to format new templates when sending pull requests.

Thanks again for your contribution and keeping the community vibrant. ❤️