LionSec / katoolin

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

cannot install- command not found #171

Open fuckit2323 opened 5 years ago

fuckit2323 commented 5 years ago

Im running Kali Linux on windows 10 wsl.

when I try to install with this

git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin

it says -bash: git: command not found

im completely new to this please help

aditya-jangid commented 5 years ago

Try doing this sudo apt-get install python git

fuckit2323 commented 5 years ago

That fucking worked. Thank you