Install nuclei in termux 2022

 Hi guys welcome to mr.ethical yt blog today iam going to show how can we install nuclei in termux.It is a vulnerability scanning tool with customisable template and easy to use.


First of all install install termux from f-droid application.

Update it's repositories.

apt-get update && apt-get upgrade -y 

Now we have to install golang.

apt-get install golang -y

Now install the nuclei.

go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest 

 Now paste the following command.

cp go/bin/nuclei /data/data/com.termux/files/usr/bin 

Type nuclei --help to see all options.

nuclei --help

 

Post a Comment (0)
Previous Post Next Post