Nuclei Action Scan Terminating #58

Closed
opened 2023-05-29 09:30:53 -04:00 by rxerium · 0 comments
rxerium commented 2023-05-29 09:30:53 -04:00 (Migrated from github.com)

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

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
This discussion has been locked. Commenting is limited to contributors.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
projectdiscovery/nuclei-action#58
No description provided.