[GH-ISSUE #322] Asking for sudo privs while logged in as ROOT? #264

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

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(...)?

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(...)?`
Author
Owner

@0xffset commented on GitHub (Jun 23, 2022):

Firstly, you have to run it using python version 2.

<!-- gh-comment-id:1164742833 --> @0xffset commented on GitHub (Jun 23, 2022): Firstly, you have to run it using python version 2.
Author
Owner

@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.

<!-- gh-comment-id:1296071286 --> @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.
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#264
No description provided.