Closed hktalent closed 2 years ago
Your default template directory is defined in cat ~/.config/nuclei/.templates-config.json | jq '."nuclei-templates-directory"'
.
In my case that something like /Users/forgedhallpass/nuclei-templates
. If I would like to validate a specific template, I'd need to use nuclei -validate -t technologies/tech-detect.yaml
. That being said, validation of templates with an absolute path should also work. The -ud
, -update-directory
can be used to overwrite the template directory path.
@forgedhallpass thanks
$ nuclei -version