Nuclei Cheat Sheet

How to Install on Ubuntu

  1. ssh into the Nuclei ubuntu box
  2. sudo up
  3. Install unzip
    1. EX: apt install unzip
  4. Install Nuclei using the binary
    1. Navigate to Releases · projectdiscovery/nuclei (github.com)
    2. Scroll down until you see assets
    3. Right click the the nuclei_<ver>_linux_amd64.zip
    4. Select copy link
    5. Go back to the terminal
    6. Type wget, space and past the link
      1. EX: wget https://github.com/projectdiscovery/nuclei/releases/download/v2.9.2/nuclei_2.9.2_linux_amd64.zip
    7. Press enter
    8. unzip the nuclei zip file
      1. EX: unzip nuclei_2.9.2_linux_amd64.zip
    9. Move the unzipped file to the /usr/bin/ directory
      1. EX: mv nuclei /usr/bin/
    10. Test install by using the following command
      1. nuclei -h

Leave a Reply

Your email address will not be published. Required fields are marked *