Documentation Index
Fetch the complete documentation index at: https://projectdiscovery-subfinder-reference-blog.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Go
Brew
Docker
GitHub
Binary
Helm
go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest
Nuclei requires the latest GO version to install successfully.
Supported in macOS (or Linux)
docker pull projectdiscovery/nuclei:latest
Docker-specific usage instructions can be found here.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.
https://github.com/projectdiscovery/nuclei/releases
- Download the latest binary for your OS.
- Unzip the ready to run binary.
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