[GH-ISSUE #359] Wrong Syntax #288

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

Originally created by @MhmdRhayem on GitHub (Dec 15, 2023).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/359

There is a Syntax error in line 8 in katoolin.py

Originally created by @MhmdRhayem on GitHub (Dec 15, 2023). Original GitHub issue: https://github.com/LionSec/katoolin/issues/359 There is a Syntax error in line 8 in katoolin.py
Author
Owner

@raphaelmaria commented on GitHub (Dec 23, 2023):

Hello,
Has anyone had this experience?
This is because I followed the step by step and when running the command, it recognizes it as unprivileged, I'm searching here, but so far I haven't found any post with correction guidance.

root@fawks:~# sudo 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(...)?

Screenshot 2023-12-23 104737

<!-- gh-comment-id:1868299137 --> @raphaelmaria commented on GitHub (Dec 23, 2023): Hello, Has anyone had this experience? This is because I followed the step by step and when running the command, it recognizes it as unprivileged, I'm searching here, but so far I haven't found any post with correction guidance. ``` root@fawks:~# sudo 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(...)? ``` ![Screenshot 2023-12-23 104737](https://github.com/LionSec/katoolin/assets/26657697/398d69cf-0fab-47aa-994e-af852842a950)
Author
Owner

@raphaelmaria commented on GitHub (Dec 23, 2023):

Well, I managed to solve it using this version for Python 3, I found it in another issue here on Git.

https://github.com/cerealkiller1918/katoolin

<!-- gh-comment-id:1868300357 --> @raphaelmaria commented on GitHub (Dec 23, 2023): Well, I managed to solve it using this version for Python 3, I found it in another issue here on Git. https://github.com/cerealkiller1918/katoolin
Author
Owner

@purplekairi1312 commented on GitHub (Jun 17, 2024):

Hello having the

Well, I managed to solve it using this version for Python 3, I found it in another issue here on Git.

https://github.com/cerealkiller1918/katoolin

Hello having the same issue here, how can I fix this? Im running Debian testing

<!-- gh-comment-id:2174300745 --> @purplekairi1312 commented on GitHub (Jun 17, 2024): Hello having the > Well, I managed to solve it using this version for Python 3, I found it in another issue here on Git. > > https://github.com/cerealkiller1918/katoolin Hello having the same issue here, how can I fix this? Im running Debian testing
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#288
No description provided.