2021-07-13 02:11:31 (edited by Solus 2021-07-13 02:14:04)

Are you learning ethical hacking and want a machine besides kali that you can use for hacking? Or perhaps you just want to know how to get the kali linux tools on Ubuntu? If you do, this guide will guide you thrue the process of getting the tools on a Ubuntu machine. All you really need is a machine that is running Ubuntu, some general knolige about linux, and that's about it. If you don't have a Ubuntu machine you can grab an iso from the following link.
https://ubuntu.com/download/desktop
Ok, now that that's out of the way, lets get started!
First things first, navagate to the terminal emulator and launch it, it should be noted that you need sudo access for this to work.
Now, we will make sure git is installed, run the following command.
git version
If you get a message stating that git is not recognized type the following.
sudo apt install git
This should install git.
Now that git is installed, we can install katoolin.
Run the following command.
git clone https://github.com/LionSec/katoolin.git
I would recommend coppying that last command, mainly because that link is quite long and you may mess up.
I would also recommend giving your self full root access before continuing, to do that run the following command.
sudo su
Now we will coppy katoolin to the derectory we are currently in, type the following.
cp katoolin/katoolin.py /usr/bin/katoolin
Now tipe the following.
chmod +x /usr/bin/katoolin
Now we will exacute katoolin, to do that tipe the following.
sudo katoolin
After launching katoolin you will see a fiew options, what you need to do is type the number 1, then type the number 2. After wich you need to go back to the main menu by typing the following.
gohome
You will now see the option to install the tools, if you want all of them type 0.
It should be noted that it is going to take a while to install them, so be pationt.
This should successfully install the kali linux tools.
Note, if you are getting errors after trying to launch katoolin you need to type the following.
wget -q -O - archive.kali.org/archive-key.asc
This will update the keys nessasary
Anyway that concludes this guide, I hope this helped!

Sound designer and music producer.