How to Enable SSH on Ubuntu 18.04
Installing Kali Linux Tools using Katoolin on Ubuntu
Step 1 – Install Git
Launch the Terminal and enter the following command to install Git.
sudo apt-get install git
Check the Git version. As of today, it’s version 2.17.1.
sudo git –version
Step 2 – Install Python
Check for available Python version.
sudo apt-cache policy python
Available Python Version
Available Python Version
Start install Python 2.7.
sudo apt-get install python
Now check for installed version:
sudo python -V
Step 3 – Install Katoolin
Before installing Katoolin, clone git repository to our current location. Here we are going to clone git to “/opt” directory.
sudo git clone https://github.com/LionSec/katoolin.git
Clone Katoolin Git
Clone Katoolin Git
Copy the Katoolin binary to your path:
sudo cp katoolin/katoolin.py /usr/bin/katoolin
Give executable permission to katoolin:
sudo chmod +x /usr/bin/katoolin
That’s it. Katoolin is now installed. Let’s start using it.
Step 4 – Check Katoolin Interface and Options
Launch katoolin.
sudo katoolin
Now you can see Katoolin main interface and four options:
Katoolin Main Interface
Katoolin Main Interface
You will see a bunch of options:
Add Kali repositories & Update
View Categories
Install classicmenu indicator
Install Kali menu
Help
Let us discuss each of the options from 1 to 4 listed above in depth.