Install All Kali Linux Tools On Ubuntu Using “Katoolin” Script.

Many Ubuntu Linux users are willing to use the tools of Kali Linux but they don’t want to install another Linux distro for this purpose. To solve this issue, you can use Katoolin script and install all Kali Linux tools on Ubuntu and other Debian derivatives.

To install these packages, run the following commands:

1
2
3
git clone https://github.com/LionSec/katoolin.git  && cp katoolin/katoolin.py /usr/bin/katoolin
chmod +x  /usr/bin/katoolin
katoolin

Comments