[GH-ISSUE #265] My changes for py3 #225

Open
opened 2026-02-26 04:30:47 +03:00 by kerem · 1 comment
Owner

Originally created by @SergeyKvyatkovsky on GitHub (Dec 13, 2020).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/265

It github.com/LionSec/katoolin@0fcf38b5ad/katoolin.py (L41) doesn't work in py3. If you use py3 you should change raw_input on input. And in github.com/LionSec/katoolin@0fcf38b5ad/katoolin.py (L8)
you should change "Sorry. This script requires sudo privledges" on ("Sorry. This script requires sudo privledges") . After that it work for me on py3.

Originally created by @SergeyKvyatkovsky on GitHub (Dec 13, 2020). Original GitHub issue: https://github.com/LionSec/katoolin/issues/265 It https://github.com/LionSec/katoolin/blob/0fcf38b5ad16968e46014e8db0609b4d2af305f0/katoolin.py#L41 doesn't work in py3. If you use py3 you should change raw_input on input. And in https://github.com/LionSec/katoolin/blob/0fcf38b5ad16968e46014e8db0609b4d2af305f0/katoolin.py#L8 you should change "Sorry. This script requires sudo privledges" on ("Sorry. This script requires sudo privledges") . After that it work for me on py3.
Author
Owner

@ghost commented on GitHub (Sep 9, 2021):

Please use the following commands to help.
Sudo apt install Python2
python2 .....
Please replace python with Python2 if running Kali Linux

<!-- gh-comment-id:916192694 --> @ghost commented on GitHub (Sep 9, 2021): Please use the following commands to help. <code>Sudo apt install Python2</code> <code> python2 .....</code> Please replace python with Python2 if running Kali Linux
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#225
No description provided.