Author Topic: How to install kali tool into debian distro  (Read 787 times)

0 Members and 1 Guest are viewing this topic.

Offline dudiehack

  • /dev/null
  • *
  • Posts: 7
  • Cookies: -10
  • Hack to learn dont learn to hack
    • View Profile
How to install kali tool into debian distro
« on: February 05, 2016, 02:16:02 pm »
Installing Katoolin
Katoolin is an auto installer in python.

To install Katoolin run the following commands.

Code: (javascript) [Select]
# 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.

Code: (javascript) [Select]
# chmod +x  /usr/bin/katoolin

Now you can run Katoolin as follows.

Code: (javascript) [Select]
# katoolin
And have fun

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



Offline 0pt1musPr1m3

  • EZ's Asshole
  • Peasant
  • *
  • Posts: 89
  • Cookies: 90
  • Certified Asshole
    • View Profile
Re: How to install kali tool into debian distro
« Reply #1 on: February 05, 2016, 02:20:36 pm »
you wrote a tutorial showing us how to install a package in linux?
« Last Edit: February 05, 2016, 02:20:58 pm by 0pt1musPr1m3 »
Don't measure yourself by what you have accomplished, but by what you should have accomplished with your ability.

Offline deltonos

  • Serf
  • *
  • Posts: 36
  • Cookies: -2
    • View Profile
Re: How to install kali tool into debian distro
« Reply #2 on: 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

Offline dudiehack

  • /dev/null
  • *
  • Posts: 7
  • Cookies: -10
  • Hack to learn dont learn to hack
    • View Profile
Re: How to install kali tool into debian distro
« Reply #3 on: 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 :)
« Last Edit: February 05, 2016, 02:36:52 pm by dudiehack »

Offline dudiehack

  • /dev/null
  • *
  • Posts: 7
  • Cookies: -10
  • Hack to learn dont learn to hack
    • View Profile
Re: How to install kali tool into debian distro
« Reply #4 on: 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! :)