Fuzzing with nuclei
Prerequisites
Before you get started, you'll need to make sure you have some prerequisites installed.
- Install Nuclei
-
To install Nuclei, you can run this command:
go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest
or follow the instructions in our documentation. - Check the installation
-
To check if Nuclei is installed, you can run this command:
nuclei -version
- Run your first template
-
Run your first template with this command:
nuclei -id tech-detect -u https://projectdiscovery.io
- Expected output
-
The output of your command should look something like: