mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-28 02:06:11 +03:00
[GH-ISSUE #382] Tool not working - No such file or directory. #305
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#305
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 @ghost on GitHub (Dec 24, 2024).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/382
┌──(root㉿xxxxxxx)-[/home/xxxxx]
└─# sudo /usr/bin/katoolin
sudo: unable to execute /usr/bin/katoolin: No such file or directory
┌──(root㉿xxxxx)-[/home/xxxxx]
└─# sudo python3 /usr/bin/katoolin
File "/usr/bin/katoolin", line 8
print "Sorry. This script requires sudo privledges"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
@jacobholtz commented on GitHub (Dec 27, 2024):
The tool was written in Python2.7, so the python3 binary won't be able to interpret the code correctly.
@mradev-git commented on GitHub (Jan 6, 2025):
https://github.com/0xGuigui/Katoolin3 you may try this one,
@yanfd commented on GitHub (Mar 10, 2025):
python3 -m lib2to3 katoolin.py -w
use this lib2to3 module to convert python2 script to 3.
@yanfd commented on GitHub (Mar 10, 2025):
but im not sure if this repo already 8 years haven't been updated, are all these tools still work or not