Unable to Scan with -turl Option in Docker Image #4682
-
I’m encountering an issue when running the Nuclei Docker image (projectdiscovery/nuclei:latest). When I specify a template URL with the -turl option, the scan fails with the following error message:
It seems like the Docker image doesn’t include raw.githubusercontent.com in the remote-template-domain list in the Nuclei config. This prevents me from using remote templates hosted on GitHub. What should I do? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is the only trusted template domain nuclei/pkg/catalog/loader/loader.go Line 38 in b9e2665 |
Beta Was this translation helpful? Give feedback.
-
Alternatively I think you just want to pass the URL to a template - which you can just do with |
Beta Was this translation helpful? Give feedback.
Alternatively I think you just want to pass the URL to a template - which you can just do with
-t
- as @dogancanbakir mentioned that is not what-turl
is for.