nuclei
nuclei copied to clipboard
Error if any of the live subs has a * in them
There is a panic run time error accurs when you add https://*.domain.com or https://*domain.com
@MR-pentestGuy Generally please fill all the information requested within the issue template, otherwise it's very hard for us to investigate the issue. I think this error is expected as hostnames containing * are not valid, you can cross-check with curl:
$ curl "http://*.scanme.sh"
curl: (3) URL rejected: Bad hostname
hi @Mzack9999 I had no issues before when adding those subs in previous versions.It use to ignore them before.But right now I am getting panic runtime error.
Please provide the steps to reproduce the issue, along with full command used and error output. Simply providing the target you mentioned directly to nuclei doesn't trigger any panic.