projectdiscovery / nuclei

Nuclei is a fast, customizable vulnerability scanner powered by the global security community and built on a simple YAML-based DSL, enabling collaboration to tackle trending vulnerabilities on the internet. It helps you find vulnerabilities in your applications, APIs, networks, DNS, and cloud configurations.
https://docs.projectdiscovery.io/tools/nuclei
MIT License
20.75k stars 2.52k forks source link

Cannot Update/Download #877

Closed SAGEof6iixPATHS closed 3 years ago

SAGEof6iixPATHS commented 3 years ago

Hello!

I tried to download the nuclei, naabu, subfinder, dnsx, httpx but I am receiving this error:

github.com/pierrec/lz4 (download)
cannot find package "github.com/pierrec/lz4/v4" in any of:
        /usr/lib/go-1.15/src/github.com/pierrec/lz4/v4 (from $GOROOT)
        /home/snak3/go/src/github.com/pierrec/lz4/v4 (from $GOPATH)
ehsandeep commented 3 years ago

Hey @SAGEof6iixPATHS, this is an issue with go setup, make sure to configure it properly to make use of it.

ehsandeep commented 3 years ago

Follow the instructions here to set up Go properly on your system - https://www.callicoder.com/golang-installation-setup-gopath-workspace/