EvilZone
Hacking and Security => Tutorials => : dudiehack February 05, 2016, 02:16:02 PM
-
Installing Katoolin
Katoolin is an auto installer in python.
To install Katoolin run the following commands.
# 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.
# chmod +x /usr/bin/katoolin
Now you can run Katoolin as follows.
# katoolin
And have fun
source : http://www.tecmint.com/install-kali-linux-tools-using-katoolin-on-ubuntu-debian/
-
you wrote a tutorial showing us how to install a package in linux?
-
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
-
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 :)
-
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! :)