|
Hello, The URL list to be scanned sometimes comes with http or https tag or just the domain. |
Answered by
ehsandeep
Jan 22, 2021
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 |
1 reply
Answer selected by
ehsandeep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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-fallbackflag inhttpx.