projectdiscovery / naabu

A fast port scanner written in go with a focus on reliability and simplicity. Designed to be used in combination with other tools for attack surface discovery in bug bounties and pentests
https://projectdiscovery.io
MIT License
4.69k stars 548 forks source link

package crypto/ecdh is not in GOROOT #807

Closed N0o01 closed 1 year ago

N0o01 commented 1 year ago

abc:~# go install -v github.com/projectdiscovery/naabu/v2/cmd/naabu@latest

go/pkg/mod/github.com/refraction-networking/utls@v1.5.2/cfkem.go:25:2: package crypto/ecdh is not in GOROOT (/usr/lib/go-1.18/src/crypto/ecdh) root@ser230545925848:~#

MetzinAround commented 1 year ago

Hi @N0o01 ,

When posting, please choose either an issue or a discussion for your question, but not both. Closing this issue in favor of the discussion where I answered your questions. Let us know if upgrading Go to 1.20 doesn't help.

discussion - https://github.com/projectdiscovery/naabu/discussions/806