mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-27 17:56:24 +03:00
[GH-ISSUE #211] sudo: katoolin: command not found #175
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#175
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 @RougeKek on GitHub (Sep 7, 2019).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/211
I've worked with this before and it worked brilliantly.
I followed the installation process to the letter on a brand new Ubuntu system. I have gotten to the last step without a problem. but when I type in
katoolin(while still havingsudo su(-i) active) it replies with "sudo: katoolin: command not found".After uninstalling and reinstalling countless times I don't really know what to do, the Repository seems to be fine when I check with
cd /usr/bin/katoolinthe following are in the folder when typinls -a@RougeKek commented on GitHub (Sep 7, 2019):
Found out why it doesn't work I wasn't able to make it an executable in the first place.
chmod +x usr/bin/katoolin didn't work