Nuclei Action Scan Terminating
rxerium opened this issue · 0 comments
rxerium commented
Hi there,
I am running a scan with about 50k hosts and am receiving a generic error below:
/home/ubuntu/test-scan/_work/_actions/hakrishi/nuclei-automation/master/dist/index.js:1598
error = new Error(`The process '${this.toolPath}' failed with exit code ${this.processExitCode}`);
^
Error: The process '/home/ubuntu/test-scan/_work/_temp/9ce80dba-655e-4b53-a685-7d2de0016a74/nuclei' failed with exit code null
at ExecState._setResult (/home/ubuntu/test-scan/_work/_actions/hakrishi/nuclei-automation/master/dist/index.js:1598:25)
at ExecState.CheckComplete (/home/ubuntu/test-scan/_work/_actions/hakrishi/nuclei-automation/master/dist/index.js:1581:18)
at ChildProcess.<anonymous> (/home/ubuntu/test-scan/_work/_actions/hakrishi/nuclei-automation/master/dist/index.js:1475:27)
at ChildProcess.emit (node:events:527:28)
at maybeClose (node:internal/child_process:1092:16)
at Socket.<anonymous> (node:internal/child_process:451:11)
at Socket.emit (node:events:527:28)
at Pipe.<anonymous> (node:net:709:12)
Just a note: currently I have cloned the nuclei-action repo into my own account therefore I am using:
- name: Nuclei - Vulnerability Scan
uses: hakrishi/nuclei-automation@main
Instead of the default:
- name: Nuclei - Vulnerability Scan
uses: projectdiscovery/nuclei-action@main
Will this affect anything?
Thanks for your help on this!
Rishi