-
Hello, The URL list to be scanned sometimes comes with http or https tag or just the domain. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @Ncoder2, Nuclei accept URL as an input to run HTTP based templates.
No this is not supported as we have dedicated projects to do this, you can simply put httpx in between which will probe the URLs and pass them to nuclei to process it.
If you want to run nuclei on both HTTP and HTTPS versions of the website you can do it using the
|
Beta Was this translation helpful? Give feedback.
Hey @Ncoder2,
Nuclei accept URL as an input to run HTTP based templates.
No this is not supported as we have dedicated projects to do this, you can simply put httpx in between which will probe the URLs and pass them to nuclei to process it.
If you want to run nuclei on both HTTP and HTTPS versions of the website you can do it using the
no-fallback
flag inhttpx
.