How To Run Private Template #15378
Replies: 1 comment
|
If the template is local, you can run it directly with: nuclei -u https://target.example -t /path/to/template.yaml For a private GitHub template repository, configure it as a custom template export GITHUB_TOKEN=gh_... After the repository is downloaded, run it with: nuclei -u https://target.example -t github/ You can also verify that Nuclei can load the template first with: nuclei -validate -t /path/to/template.yaml If it is a code-protocol template, remember that code templates require the If it still says the template was not loaded, sharing the output of |
Uh oh!
There was an error while loading. Please reload this page.
How To Run Private Template Why Templates Not Loaded
Nuclei version:
v3.7.0Go Version:
go1.24.13 linux/amd64All reactions