nuclei icon indicating copy to clipboard operation
nuclei copied to clipboard

Error if any of the live subs has a * in them

Open MR-pentestGuy opened this issue 2 years ago • 3 comments

There is a panic run time error accurs when you add https://*.domain.com or https://*domain.com

MR-pentestGuy avatar Nov 09 '23 04:11 MR-pentestGuy

@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

Mzack9999 avatar Nov 09 '23 08:11 Mzack9999

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.

MR-pentestGuy avatar Nov 09 '23 14:11 MR-pentestGuy

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.

Mzack9999 avatar Nov 13 '23 10:11 Mzack9999