[GH-ISSUE #249] Can't install on VM #210

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

Originally created by @ghost on GitHub (Jun 28, 2020).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/249

Hello guys, I tied to install the tool after logging in as both rooted user and non rooted user and it's still giving me the same message

first of all when I enter the command
sudo su
doesn't do anything
when I enter
git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin
it gives me the following message
fatal: destination path 'katoolin' already exists and is not an empty directory.
and as for
chmod +x /usr/bin/katoolin
it gives the following
chmod: cannot access '/usr/bin/katoolin': No such file or directory

I'm still a beginner at this so kindly explain to me what's going on here

Originally created by @ghost on GitHub (Jun 28, 2020). Original GitHub issue: https://github.com/LionSec/katoolin/issues/249 Hello guys, I tied to install the tool after logging in as both rooted user and non rooted user and it's still giving me the same message first of all when I enter the command sudo su doesn't do anything when I enter git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin it gives me the following message fatal: destination path 'katoolin' already exists and is not an empty directory. and as for chmod +x /usr/bin/katoolin it gives the following chmod: cannot access '/usr/bin/katoolin': No such file or directory I'm still a beginner at this so kindly explain to me what's going on here
Author
Owner

@danhab05 commented on GitHub (Jul 7, 2020):

Try

sudo rm  -rf /usr/bin/katoolin && sudo rm -rf katoolin 
git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin
chmod +x /usr/bin/katoolin




<!-- gh-comment-id:655033203 --> @danhab05 commented on GitHub (Jul 7, 2020): Try ``` sudo rm -rf /usr/bin/katoolin && sudo rm -rf katoolin git clone https://github.com/LionSec/katoolin.git && cp katoolin/katoolin.py /usr/bin/katoolin chmod +x /usr/bin/katoolin ```
Author
Owner

@divu050704 commented on GitHub (Oct 31, 2020):

it can only be installed on ubuntu terminal

<!-- gh-comment-id:719885894 --> @divu050704 commented on GitHub (Oct 31, 2020): it can only be installed on ubuntu terminal
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#210
No description provided.