#Nuclei hanging on httpx
1 messages · Page 1 of 1 (latest)
How long?
I mean you are sending http requests to 550k hosts. Expect it to take time. Or disable the httpx step if they are properly formatted
I even tried verbose still remained stucked
if you are feeding subdomain list, nuclei going to probe all the list before starting the scan, given the size of input I think this is expected as httpx would be running in the background.
if you don't want to wait, better first run httpx separately and later feed the input to nuclei.
cat targets.txt | httpx -silent | nuclei -t nuclei-templates/cves/
That worked
Thanks
I tried to wrote yaml file to search .env with the ai nothings comes out of the searching.Most of the env yaml are no longer in the templates folder
I generated a custom template with ai to scan .env file,it runs well not hanging this time,but no result.I'm not sure if the generated yaml file is ok,as it is not signed.
Again, nothing to do with this question thread. Also "to scan .env" means basically nothing to anyone trying to help. Without posting, literally nothing anyone can help with. Also read thr docs on how to write templates and that will help you correct
Read output from the scan to see what it's doing etc.
Ans still have no clue what "most of the env yaml are no longer in the template folder "