mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-25 08:55:59 +03:00
[GH-ISSUE #77] chmod +x /usr/bin/katoolin - No such file or directory #64
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#64
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 @i0na-k on GitHub (Jun 5, 2017).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/77
Hi so I am reaching this point in the process and file / dir can't be located when I run this command. How to solve this?
Thanks
@i0na-k commented on GitHub (Jun 5, 2017):
I solved it by doing:
sudo cp katoolin/katoolin.py /usr/bin/katoolin
I think it is something to not having correct access rights however before installing i ran:
sudo su
So I don't know why it didn't work, but it works now!
@Jay991 commented on GitHub (Jun 29, 2018):
I'm having exactly the same issue. I running on a remote server could that be the issue?
@julerobb1 commented on GitHub (Jan 10, 2019):
cp: cannot stat 'katoolin/katoolin.py': No such file or directory
root@troop59:/home/webmaster/katoolin#
is the message i get.
@coder-board commented on GitHub (Jan 10, 2019):
It's your python's version that hold the key. Update your python to 3.0 then maybe can solve the issue.