-
|
I run the command Afterwards i type What have I tried so far? git clone https://github.com/projectdiscovery/nuclei.git; cd nuclei/cmd/nuclei/; go build; mv nuclei /usr/local/bin/; nuclei -version go clean --modcache echo $PATH | grep go I'm really stuck in this old nuclei version. It's still version 2.3.4 What other steps should I do to upgrade to newer version, for example v2.5.2? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
@roarnyg use |
Beta Was this translation helpful? Give feedback.
-
|
Thaks for helping me, but I get an error message: I tinkered with the URL and tried: and go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@v2.5.2 When I type |
Beta Was this translation helpful? Give feedback.
@roarnyg use
go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latestthis is something we updated in "dev" version of the readme.