nuclei icon indicating copy to clipboard operation
nuclei copied to clipboard

Scan goes infinity sometimes

Open dyaatumazy opened this issue 11 months ago • 1 comments

Nuclei version:

Latest version of nuclei (3.1.10)

Current Behavior:

Sometimes, when scanning a domain or a specific subdomain, the scan gets stuck and never finishes, it goes like that for days and maybe weeks. This is causing me a problem.

Expected Behavior:

The scan should be done and finished after sometime.

Steps To Reproduce:

Example: steps to reproduce the behavior:

  1. Run ' ./nuclei -t speedtest-nablus.paltel.ps -rl 150 -bs 25 -c 25 -hbs 10 -headc 10 -nc -j -je result.json -fhr '
  2. The scan starts and finds some vulnerabilites but then it gets stuck and nothing changes, the scan doesnt finish ever.

dyaatumazy avatar Mar 01 '24 16:03 dyaatumazy

@dyaatumazy Have you tried adding hang monitor?

-hm, -hang-monitor        enable nuclei hang monitoring

luke-goddard avatar Jul 03 '24 06:07 luke-goddard