Where can I find the full exhaustive documentation for Nuclei template structure #14847
Replies: 3 comments 1 reply
-
|
https://github.com/projectdiscovery/nuclei/blob/dev/nuclei-jsonschema.json |
Beta Was this translation helpful? Give feedback.
-
|
The JSON schema is one way, but here's a more practical breakdown of all the documentation sources: 1. Official Docs (Best Starting Point)
2. Matcher
|
Beta Was this translation helpful? Give feedback.
-
|
The JSON schema is one way, but here's a more practical breakdown of all the documentation sources: 1. Official Docs (Best Starting Point)
2. Matcher
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m having trouble finding complete Nuclei documentation that lists all supported template keys and their valid values. For example, if I use a
matcherof typeword, where can I see all possible keys (likepart,condition, etc.) and all allowed values for each of them, without having to read the source code or guess from examples?Another example, in the matcher documentation at https://docs.projectdiscovery.io/templates/reference/matchers
, I'm unable to find all the possible values for the keyword
part.Beta Was this translation helpful? Give feedback.
All reactions