Multiple ways to install / update nuclei #3679
Pinned
ehsandeep
started this conversation in
Show and tell
Replies: 2 comments 7 replies
-
am trying to update to the latest version of nuclei but am getting this error message every now and then |
Beta Was this translation helpful? Give feedback.
6 replies
-
Using Scoop
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using PDTM (preferred way)
pdtm -i nuclei -u nuclei # to install / update
Using Nuclei (self update)
nuclei -update # to update (not available in kali os)
Using Go (install)
go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest # to install / update
Using Go (build)
Using Brew
Using Docker
docker pull projectdiscovery/nuclei:latest # to install / update
Beta Was this translation helpful? Give feedback.
All reactions