We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello the script has crashed with this error
github.com/projectdiscovery/fastdialer/fastdialer/utils.(*DialWrap).dialParallel(0x12ad9c0c421?, {0x46bd868?, 0xc01c4f63f0?}, {0xc021076510?, 0x0?, 0x1000000000000?}, {0x0?, 0x27d6bd81c68?, 0xc058105d40?}, {0x3a36fe8, ...}, ...) github.com/projectdiscovery/[email protected]/fastdialer/utils/dialwrap.go:301 +0x48a fp=0xc05370f128 sp=0xc05370ee50 pc=0x17f4f0a github.com/projectdiscovery/fastdialer/fastdialer/utils.(*DialWrap).dial(0xc017f49ec0, {0x46bd868, 0xc01c4f63f0}) github.com/projectdiscovery/[email protected]/fastdialer/utils/dialwrap.go:252 +0x216 fp=0xc05370f200 sp=0xc05370f128 pc=0x17f4796 github.com/projectdiscovery/fastdialer/fastdialer/utils.(*DialWrap).DialContext(0xc017f49ec0, {0x46bd868, 0xc01c4f63f0}, {0x4687cd0?, 0x0?}, {0xc01ab74daa?, 0xc01a70e5b0?}) github.com/projectdiscovery/[email protected]/fastdialer/utils/dialwrap.go:110 +0x11a fp=0xc05370f2b0 sp=0xc05370f200 pc=0x17f2e5a github.com/projectdiscovery/fastdialer/fastdialer.(*Dialer).dialIPS(0xc000a44080, {0x46bd868, 0xc01c4f63f0}, {0x469ff40, 0xc017f49ec0}, 0xc047043600) github.com/projectdiscovery/[email protected]/fastdialer/dialer_private.go:239 +0xd58 fp=0xc05370f578 sp=0xc05370f2b0 pc=0x18a40b8 github.com/projectdiscovery/fastdialer/fastdialer.(*Dialer).dial(0xc000a44080, {0x46bd868?, 0xc01c4f6380?}, 0xc047043600) github.com/projectdiscovery/[email protected]/fastdialer/dialer_private.go:185 +0xb5e fp=0xc05370f8f8 sp=0xc05370f578 pc=0x18a2a9e github.com/projectdiscovery/fastdialer/fastdialer.(*Dialer).DialTLSWithConfig(0xc05370f978?, {0x46bd868, 0xc01c4f6380}, {0x3a36fe8, 0x3}, {0xc058105d40, 0x15}, 0xc04e076820) github.com/projectdiscovery/[email protected]/fastdialer/dialer.go:225 +0xee fp=0xc05370f930 sp=0xc05370f8f8 pc=0x18a0c8e github.com/projectdiscovery/fastdialer/fastdialer.(*Dialer).DialTLS(0xc000a44080, {0x46bd868, 0xc01c4f6380}, {0x3a36fe8, 0x3}, {0xc058105d40, 0x15}) github.com/projectdiscovery/[email protected]/fastdialer/dialer.go:215 +0xe6 fp=0xc05370f980 sp=0xc05370f930 pc=0x18a0a66 github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httpclientpool.wrappedGet.func1({0x46bd868, 0xc01c4f6380}, {0x3a36fe8, 0x3}, {0xc058105d40, 0x15}) github.com/projectdiscovery/nuclei/v3/pkg/protocols/http/httpclientpool/clientpool.go:271 +0xee fp=0xc05370f9e0 sp=0xc05370f980 pc=0x2895c6e net/http.(*Transport).customDialTLS(0x135c505?, {0x46bd868?, 0xc01c4f6380?}, {0x3a36fe8?, 0xc05370fb00?}, {0xc058105d40?, 0x0?}) net/http/transport.go:1335 +0x4a fp=0xc05370fa30 sp=0xc05370f9e0 pc=0x13be88a net/http.(*Transport).dialConn(0xc055c312c0, {0x46bd868, 0xc01c4f6380}, {{}, 0x0, {0xc04e4c6ff0, 0x5}, {0xc058105d40, 0x15}, 0x0}) net/http/transport.go:1601 +0x3df fp=0xc05370fed8 sp=0xc05370fa30 pc=0x13c0bff net/http.(*Transport).dialConnFor(0x13c29e5?, 0xc055c658c0) net/http/transport.go:1467 +0x9f fp=0xc05370ffc0 sp=0xc05370fed8 pc=0x13bfb1f net/http.(*Transport).queueForDial.func1() net/http/transport.go:1436 +0x25 fp=0xc05370ffe0 sp=0xc05370ffc0 pc=0x13bfa45 runtime.goexit() runtime/asm_amd64.s:1650 +0x1 fp=0xc05370ffe8 sp=0xc05370ffe0 pc=0x1062fc1 created by net/http.(*Transport).queueForDial in goroutine 4905588 net/http/transport.go:1436 +0x3cb C:\Users\or0to\Downloads>
it should be working correctly without any issues
nuclei -l she1.txt -t temp/http/ -o results.txt -c 100 -rl 500 -severity high,critical,medium
- OS: - Nuclei: - Go: Windows 11 pro
idk the old version worked perfectly with no issues
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Current Behavior
hello the script has crashed with this error
Expected Behavior
it should be working correctly without any issues
Steps To Reproduce
nuclei -l she1.txt -t temp/http/ -o results.txt -c 100 -rl 500 -severity high,critical,medium
Relevant log output
Environment
Anything else?
idk the old version worked perfectly with no issues
The text was updated successfully, but these errors were encountered: