[GH-ISSUE #243] sudo katoolin #203

Open
opened 2026-02-26 04:30:44 +03:00 by kerem · 10 comments
Owner

Originally created by @OniyaGriseo1122 on GitHub (May 6, 2020).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/243

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.

Originally created by @OniyaGriseo1122 on GitHub (May 6, 2020). Original GitHub issue: https://github.com/LionSec/katoolin/issues/243 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.
Author
Owner

@SimplyPancake commented on GitHub (May 7, 2020):

Try
sudo chmod +x /usr/bin/katoolin

<!-- gh-comment-id:625421959 --> @SimplyPancake commented on GitHub (May 7, 2020): Try `sudo chmod +x /usr/bin/katoolin`
Author
Owner

@keithsavage777 commented on GitHub (May 9, 2020):

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?

<!-- gh-comment-id:626237876 --> @keithsavage777 commented on GitHub (May 9, 2020): 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?
Author
Owner

@mendyz commented on GitHub (May 21, 2020):

same issue here in wsl 2 ubuntu 20.04

<!-- gh-comment-id:632297888 --> @mendyz commented on GitHub (May 21, 2020): same issue here in wsl 2 ubuntu 20.04
Author
Owner

@RiceGod20 commented on GitHub (May 25, 2020):

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.

<!-- gh-comment-id:633566202 --> @RiceGod20 commented on GitHub (May 25, 2020): 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.
Author
Owner

@freedom-wy commented on GitHub (Jun 8, 2020):

solve the problem
sudo python2.7 katoolin.py

<!-- gh-comment-id:640506377 --> @freedom-wy commented on GitHub (Jun 8, 2020): solve the problem `sudo python2.7 katoolin.py`
Author
Owner

@OniyaGriseo1122 commented on GitHub (Jun 10, 2020):

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.

<!-- gh-comment-id:641897734 --> @OniyaGriseo1122 commented on GitHub (Jun 10, 2020): 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.
Author
Owner

@OniyaGriseo1122 commented on GitHub (Jun 10, 2020):

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.

<!-- gh-comment-id:641904130 --> @OniyaGriseo1122 commented on GitHub (Jun 10, 2020): 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.
Author
Owner

@LagMan932 commented on GitHub (Aug 13, 2020):

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?

<!-- gh-comment-id:673377498 --> @LagMan932 commented on GitHub (Aug 13, 2020): 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?
Author
Owner

@j174in commented on GitHub (Oct 8, 2020):

Try this command : python2 /usr/bin/katoolin

<!-- gh-comment-id:705803678 --> @j174in commented on GitHub (Oct 8, 2020): Try this command : python2 /usr/bin/katoolin
Author
Owner

@Revitte commented on GitHub (Oct 11, 2020):

It worked! but needs "sudo" privileges

<!-- gh-comment-id:706631678 --> @Revitte commented on GitHub (Oct 11, 2020): It worked! but needs "sudo" privileges
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/katoolin-LionSec#203
No description provided.