Hello all welcome back in bug bounty tutorials i am back with another blog on bug bounty here we will see how we can install jaeles tool in kali linux . Jaeles is a powerful , flexible tool which is written in go language for building own application so let’s see how we can install it and setup it in kali linux 2021
Tool link : https://github.com/jaeles-project/jaeles
So if you are using kali in virtualbox so open you virtualbox and start your kali linux after that open your terminal and follow my commands
first we need to update our kali linux so run this command to update your kali linux
sudo apt-get update
now upgrade your machine by using this command
sudo apt upgrade -y
now our machine successfully updated so just type this command in your terminal
GO111MODULE=on go get github.com/jaeles-project/jaeles

it will take some time so just wait for finished t
Thanks for Reading