[GH-ISSUE #362] Print Statement Syntax Error #289

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

Originally created by @CHEGEBB on GitHub (Dec 26, 2023).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/362

Description: The script contains a syntax error in the print statement.
Error Message: SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)
Solution: Update the print statement in katoolin.py from print "Sorry. This script requires sudo privileges" to print("Sorry. This script requires sudo privileges").

Originally created by @CHEGEBB on GitHub (Dec 26, 2023). Original GitHub issue: https://github.com/LionSec/katoolin/issues/362 Description: The script contains a syntax error in the print statement. Error Message: SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...) Solution: Update the print statement in katoolin.py from print "Sorry. This script requires sudo privileges" to print("Sorry. This script requires sudo privileges").
kerem closed this issue 2026-02-26 04:30:57 +03:00
Author
Owner

@sukuna969 commented on GitHub (Jan 4, 2024):

solution
run katoolin by command :
python2 katoolin.py

<!-- gh-comment-id:1876879012 --> @sukuna969 commented on GitHub (Jan 4, 2024): solution run katoolin by command : python2 katoolin.py
Author
Owner

@CHEGEBB commented on GitHub (Jan 4, 2024):

Nice this was helpful

<!-- gh-comment-id:1876895828 --> @CHEGEBB commented on GitHub (Jan 4, 2024): Nice this was helpful
Author
Owner

@DrTemperance commented on GitHub (Jul 16, 2024):

no.

<!-- gh-comment-id:2231868195 --> @DrTemperance commented on GitHub (Jul 16, 2024): no.
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#289
No description provided.