EvilZone

Hacking and Security => Tutorials => : dudiehack February 05, 2016, 02:16:02 PM

: How to install kali tool into debian distro
: dudiehack February 05, 2016, 02:16:02 PM
Installing Katoolin
Katoolin is an auto installer in python.

To install Katoolin run the following commands.

: (javascript)
# apt-get install git
# git clone https://github.com/LionSec/katoolin.git  && cp katoolin/katoolin.py /usr/bin/katoolin


Then make /usr/bin/katoolin executable by running the command below.

: (javascript)
# chmod +x  /usr/bin/katoolin

Now you can run Katoolin as follows.

: (javascript)
# katoolin
And have fun

source : http://www.tecmint.com/install-kali-linux-tools-using-katoolin-on-ubuntu-debian/


: Re: How to install kali tool into debian distro
: 0pt1musPr1m3 February 05, 2016, 02:20:36 PM
you wrote a tutorial showing us how to install a package in linux?
: Re: How to install kali tool into debian distro
: deltonos February 05, 2016, 02:24:46 PM
It´s more "simple". In my VPS, I had installed Debian, updated & upgraded. After that, changed it to sources from kali. Again apt-get update&& upgrade and done... simple way and no extra python script :P
: Re: How to install kali tool into debian distro
: dudiehack February 05, 2016, 02:33:41 PM
you wrote a tutorial showing us how to install a package in linux?

No, I wrote a tutorial for the newbies that want to install some tools from kali in debian-based distros. I don't see any problem... chill, it isn't for PRO people :)You have many paths to get Rome :)
: Re: How to install kali tool into debian distro
: dudiehack February 05, 2016, 02:34:44 PM
It´s more "simple". In my VPS, I had installed Debian, updated & upgraded. After that, changed it to sources from kali. Again apt-get update&& upgrade and done... simple way and no extra python script :P

Eheh, you are right!! But in that script you could easily install only what you want! :)