mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-27 09:46:12 +03:00
[GH-ISSUE #301] sudo: unable to execute /usr/bin/katoolin: No such file or directory #251
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#251
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 @alrazihi on GitHub (Oct 7, 2021).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/301
@benjamintyler608 commented on GitHub (Oct 18, 2021):
Yes the error still shows up
cp: cannot create regular file '/usr/bin/katoolin': Permission denied while in root
./katoolin.py
bash: ./katoolin.py: Permission denied
@elman23 commented on GitHub (Oct 18, 2021):
What operating system are you experiencing the issue with?
@alrazihi commented on GitHub (Oct 20, 2021):
@primearc commented on GitHub (Nov 11, 2021):
I use the Debian Bulseye and i am getting this error. What is wrong?
@bojalive commented on GitHub (Nov 21, 2021):
Try ln -s /usr/bin/python(yourversionnumber) /usr/bin/python
@primearc commented on GitHub (Nov 21, 2021):
Katoolin added the adress to sources.list but cannot completed the key verify. I solved the problem, look at this:
https://miloserdov.org/?p=3609
@geminijummnm commented on GitHub (Jun 6, 2022):
you can in the folder /usr/bin
then open in tem
input python2.7 katoolin
the error happened many machines,but i don't know why,i only know how to solve
@Justinfungi commented on GitHub (Aug 6, 2022):
this works for ubuntu20.04, great thanks
@Trell06 commented on GitHub (Aug 10, 2022):
Does anyone have an update for this? Looks like the apt-key is depreicated. Any help would be greatly appreciated.
What do you want to do ?> 1
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
Executing: /tmp/apt-key-gpghome.aFHFW9CYnz/gpg.1.sh --keyserver pool.sks-keyservers.net --recv-keys ED444FF07D8D0BF6
gpg: keyserver receive failed: Server indicated a failure
@matefon commented on GitHub (Sep 13, 2022):
Install python2.7 with
sudo apt install python2.7,edit the script:
sudo nano /usr/bin/katoolin,change the first line from
#!/usr/bin/pythonto#!/usr/bin/python2.7,and finally run the script as root:
sudo katoolin.@pedrobart commented on GitHub (Oct 12, 2022):
work here.
ubuntu 22.04
thanks
@moladiya1234 commented on GitHub (Oct 30, 2022):
Not possible changes in mobile phone, my phone same error, but can't solve yet...
@aji1904 commented on GitHub (May 5, 2023):
workss
@ghost commented on GitHub (Mar 8, 2024):
Help on how to solve repository not found for katoolin
Im using termux