mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-26 01:15:54 +03:00
[GH-ISSUE #243] sudo katoolin #203
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#203
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@SimplyPancake commented on GitHub (May 7, 2020):
Try
sudo chmod +x /usr/bin/katoolin@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?
@mendyz commented on GitHub (May 21, 2020):
same issue here in wsl 2 ubuntu 20.04
@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.
@freedom-wy commented on GitHub (Jun 8, 2020):
solve the problem
sudo python2.7 katoolin.py@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.
@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.
@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?
@j174in commented on GitHub (Oct 8, 2020):
Try this command : python2 /usr/bin/katoolin
@Revitte commented on GitHub (Oct 11, 2020):
It worked! but needs "sudo" privileges