When signing a custom template, nuclei fail to find the folder of the default tempaltes #4354
Greatbug333
started this conversation in
General
Replies: 1 comment
-
@Greatbug333 , to avoid un-intentional signing of templates . sign utility requires that a valid template path should be given (absolute or relative) in but you should still be able to sign if you use relative paths ex: if your template exist in same folder you are running nuclei you can do $ nuclei.exe -t .\djp-test1.yaml -sign please share if you are unable to do so Thanks ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Nuclei version:
nuclei 3.0.2
OS
windows 10
Problem description
When I use Signing Custom Template and -t is specified as the file name, nuclei returns success=0 failed =0.
But when -t is specified as full path + file name, nuclei returns success=1 failed=0
When I use -tv, nuclei find the default path.
I think this is a BUG that nuclei can't find the default templates path.
Beta Was this translation helpful? Give feedback.
All reactions