Install Kali linux tools on ubuntu

5:26 AM Unknown 0 Comments


Abstract

Kali is one of the most powerful penetration testing platforms on the market. It's a Linux distribution that can be installed and used for free to help you run just about every kind of network test imaginable.
A bunch of tools are pre installed in Kali linux ,its support all kind of security tools for hackers ,pentesters, or security experts. 
But for some, running Kali would be so much easier if it could be integrated with the likes of Ubuntu.This article shows you how to install all this tools using an easy script called "Katoolin".

1.What is Katoolin ?!

Katoolin is a script that helps to install Kali Linux tools on your Linux distribution of choice. For those of us who like to use penetration testing tools provided by Kali Linux development team can effectively do that on their preferred Linux distribution by using Katoolin.
Major Features of Katoolin
  • Adding Kali Linux repositories. 
  • Removing Kali Linux repositories. 
  • Installing Kali Linux tools.

Requirements


  • An operating system for this case we are using Ubuntu 14.04 64-bit. 
  • Python 2.7

2.Installation


sudo su
git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin
chmod +x /usr/bin/katoolin

3.Run the script


sudo katoolin

OUTPUT:



 Press 1 to select the first item
OUTPUT

 Now,Press again 1 to select the first item,after the add completed press "2" 

  • after the update now everything is ready to install .. type "back"

OUTPUT

Finally, press 2 to select the categories

OUTPUT


4. Warning !

After you have successfully  installed the tools ,don't forget to remove the repositories ,because an upgrade of the system could harm your ubuntu distribution .I have a private experience with Katoolin which have harmed my backbox and i was forced to reinstall it and lose my data .stay safe :D