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.
I run the command $ GO111MODULE=on go get -u -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei
Afterwards i type nuclei -v ...and gets: v2.3.4
What have I tried so far? I have tried removing everything from /home/roar/go/pkg/mod/github.com/projectdiscovery/nuclei/
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
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/usr/lib/go/../bin:/home/roar/go/bin:/home/roar/skript/sub404/:/home/roar/.go/bin:/home/roar/go/bin:/home/roar/skript
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?