Nuclei scan getting hanged with workflow template #4655
Replies: 3 comments
-
@lijoabraham , have you observed any other behaviour apart from
from given command you are using a custom workflow and it runs a headless template and also using
so unless nuclei doesn't exit or is stuck for like ~15-20 min . we can say that this is expected behaviour . |
Beta Was this translation helpful? Give feedback.
-
@tarunKoyalwar Yes the command ran for ~15 min and it exited by itself. However after changing the -c to 10, it is completing. I had to make the concurrency to 1 as I was getting inconsistent output while running the same command with same urls multiple times. Does changing -c parameter make sense in this scenario? |
Beta Was this translation helpful? Give feedback.
-
@lijoabraham, if workflow executes more than 1 template they are executed with same concurrency as you can refer workflow docs for workflow templates and building conditional logic https://docs.projectdiscovery.io/templates/workflows/examples#multiple-matcher-workflow also if command exits by itself it was most likely caused due to delayed response received from headless (since running headless templates is resource intensive and takes time to render websites) |
Beta Was this translation helpful? Give feedback.
-
Nuclei version:
3.1.5
Current Behavior:
Scans are getting hanged and getting the error.
[ERR] Detected hanging goroutine (count=82/82) = nuclei-stacktrace-cmj9g40dlas5t54f9bj0.dump
Expected Behavior:
Scans should complete without any error
Steps To Reproduce:
nuclei-stacktrace-cmj9g40dlas5t54f9bj0.zip
Beta Was this translation helpful? Give feedback.
All reactions