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

sudo katoolin #243

Open OniyaGriseo1122 opened 4 years ago

OniyaGriseo1122 commented 4 years ago

I get this response when executing the final command : "sudo: unable to execute /usr/bin/katoolin: No such file or directory". Thanks for the great resource and the help.

SimplyPancake commented 4 years ago

Try sudo chmod +x /usr/bin/katoolin

keithsavage777 commented 4 years ago

i did and still get the same as Oniya boss.sudo: unable to execute /usr/bin/katoolin: No such file or directory". Thanks for the great resource and the help. the idea was to install kita tools on my ubuntu 20-04 and hum. maybe a code error in katoolin.py or my py not updated?

mendyz commented 4 years ago

same issue here in wsl 2 ubuntu 20.04

RiceGod20 commented 4 years ago

I have the same problem. I do all the steps correctly but when I put in sudo katoolin it does not work. I am on a chromebook.

freedom-wy commented 4 years ago

solve the problem sudo python2.7 katoolin.py

OniyaGriseo1122 commented 4 years ago

Ah! Glad to see some others found this thread beneficial; thanks, freedom-wy, for the fix and of course LionSec for what I'm sure is a magnificent tool when it's working. Many blessings.

OniyaGriseo1122 commented 4 years ago

Yes sir, that one did it. I missed this being Python, sudo often doesn't work with python stuff. Use pip or conda but not both, mixing installers leads to a destabilized system. Also you've got to invoke Python before you run a program. Most of you know but for those who might not, there you are.

LagMan932 commented 4 years ago

Hi, I have the same issue: chmod +x command doesn't work and even trying "sudo python2.7 katoolin.py" I can't use katoolin. Can someone help me?

j174in commented 4 years ago

Try this command : python2 /usr/bin/katoolin

Revitte commented 4 years ago

It worked! but needs "sudo" privileges