mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-26 17:35:47 +03:00
[GH-ISSUE #322] Asking for sudo privs while logged in as ROOT? #264
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#264
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 @gkeylow on GitHub (Jun 7, 2022).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/322
i pulled via git clone. cd into the directory.. this is what I got.
root@shop-server:/home/katoolin# python3 katoolin.py File "/home/katoolin/katoolin.py", line 8 print "Sorry. This script requires sudo privledges" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?@0xffset commented on GitHub (Jun 23, 2022):
Firstly, you have to run it using python version 2.
@dragongoose commented on GitHub (Oct 30, 2022):
It's not asking for sudo privileges. It's an error message because you're running a Python 2.7 script with Python 3. Run it with python2.