- Go
- Brew
- Docker
- Github
- Binary
- Helm
Copy
Ask AI
go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest
Nuclei requires latest GO version to install successfully.
Copy
Ask AI
brew install nuclei
Supported in macOS (or Linux)
Copy
Ask AI
docker pull projectdiscovery/nuclei:latest
Copy
Ask AI
git clone https://github.com/projectdiscovery/nuclei.git; \
cd nuclei/cmd/nuclei; \
go build; \
mv nuclei /usr/local/bin/; \
nuclei -version;
Nuclei require the latest GO version to install successfully.
Copy
Ask AI
https://github.com/projectdiscovery/nuclei/releases
- Download the latest binary for your OS.
- Unzip the ready to run binary.
Copy
Ask AI
git clone https://github.com/projectdiscovery/nuclei.git
cd nuclei/helm
helm upgrade --install nuclei . -f values.yaml
This Helm chart creates two primary resources (intended to be configured via
values.yaml):- A Kubernetes CronJob to run Nuclei on a defined schedule
- An Interactsh service for Nuclei to use

