DEV Community

Cover image for How to install nuclei in any  linux ☠️
Kiran Sethumadhavan
Kiran Sethumadhavan

Posted on • Updated on

How to install nuclei in any linux ☠️

Nuclei is a fast and customisable web vulnerability scanner which will help you getting in low hanging web vulnerability

First we need to install Go
image

I always install my tools in /opt folder in linux . Its not neccessary you can clone the repo anywhere .
git clone https://github.com/projectdiscovery/nuclei.git
image

cd nuclei/v2/cmd/nuclei/
image

go build .
image

now we have to move the file to bin folder so that we can access nuclei from anywhere
mv nuclei /usr/local/bin/

image

Now we are ready to rollimage

Happy Hacking ☠️

Listen to my favorite Lofi music Tracks
https://www.youtube.com/watch?v=_C12AC2Cxn8

Top comments (3)

Collapse
 
stemar88 profile image
r3dp1ll

im stuck at moving nuclei into the new folder. any suggestions?

Collapse
 
kiransethu46 profile image
Kiran Sethumadhavan

what command are using first ? You must use** sudo mv** command to move the file to bin folder

Collapse
 
vabro profile image
vala broumand

ahhhhh thank you Kiran i love you much ❤️❤️❤️❤️❤️
i was looking for a solution for a long long time