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.46k stars 2.49k forks source link

[FEATURE] ... #5707

Open spicy-bear opened 2 weeks ago

spicy-bear commented 2 weeks ago

Describe your feature request

After installing nuclei is never executable, add install instructions to add to path.

Describe the use case of the feature

Add to the readme for the install section:

go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest echo $GOPATH export PATH=$PATH:$HOME/go/bin

Describe alternatives you've considered

No response

Additional context

No response

GeorginaReeder commented 2 weeks ago

Thanks so much for your feature request @spicy-bear . We'll take a look into this!