LionSec / katoolin

Automatically install all Kali linux tools
https://lionsec.net
GNU General Public License v2.0
4.75k stars 1.33k forks source link

Problem for katoolin, with Ubuntu 20.04 #241

Open manuelmillefiori opened 4 years ago

manuelmillefiori commented 4 years ago

Hi, i have a problem in Ubuntu 20.04 LTS, when i have to do the command: chmod +x /usr/bin/katoolin . The katoolin file doesn't exitst. Anyone know what i have to do?

janwennmann commented 4 years ago

I had the same issue and have an easy solution for you.

  1. Install Python 2.7 sudo apt install python2

  2. Create a new shell script sudo touch katoolin/katoolin.sh

(Optional step): move katoolin/ to some location like /opt sudo mv ./katoolin/ /opt/

  1. Use the script to open katoolin.py to with python2 echo '#!/bin/bash' > katoolin/katoolin.sh echo python2 <ABSOLUTE_PATH>/katoolin.py

  2. Create a Symlink to /user/local/bin sudo ln -sf <ABSOLUTE_PATH>/katoolin.sh /usr/local/bin/

It works perfectly fine for me. If you need some more help feel free to contact me. ;)

bnwyoucef commented 3 years ago

i have python3 and i can't install python2 how i can open katoolin::!!:!

janwennmann commented 3 years ago

Just install katoolin's fork for python3 which is called katoolin3