Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuclei crashes when running #5136

Closed
joelczk opened this issue May 2, 2024 · 1 comment
Closed

Nuclei crashes when running #5136

joelczk opened this issue May 2, 2024 · 1 comment
Assignees
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone

Comments

@joelczk
Copy link

joelczk commented May 2, 2024

I am getting the following error when running nuclei (This is just a list of 10 urls). The command that I am running is nuclei -l /tmp/scan-data/example/domains/part107.txt -w workflows/api-scan-workflow.yaml -duc -rc /root/.config/nuclei/es.yaml -hm -nc -c 750 -stats -verbose and Im also using the latest version of nuclei

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x233270c]

goroutine 130 [running]:
main.main.func3({0xc00324bf20?, 0x2b7ccdf?})
        ./main.go:143 +0x10c
github.com/projectdiscovery/nuclei/v3/pkg/utils/monitor.(*Agent).monitorWorker(0xc000aa7ea0, 0xc0014434f0)
        github.com/projectdiscovery/nuclei/v3/pkg/utils/monitor/monitor.go:110 +0x6a7
github.com/projectdiscovery/nuclei/v3/pkg/utils/monitor.(*Agent).Start.func1()
        github.com/projectdiscovery/nuclei/v3/pkg/utils/monitor/monitor.go:61 +0xa5
created by github.com/projectdiscovery/nuclei/v3/pkg/utils/monitor.(*Agent).Start in goroutine 1
        github.com/projectdiscovery/nuclei/v3/pkg/utils/monitor/monitor.go:55 +0xc8

@joelczk joelczk added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label May 2, 2024
@Mzack9999
Copy link
Member

Fixed in 46e4810

@Mzack9999 Mzack9999 added the Status: Completed Nothing further to be done with this issue. Awaiting to be closed. label May 22, 2024
@Mzack9999 Mzack9999 self-assigned this May 23, 2024
@ehsandeep ehsandeep added this to the nuclei v3.2.8 milestone May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

3 participants