mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-26 01:15:54 +03:00
[GH-ISSUE #313] Why am I getting this error while executing katoolin #257
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#257
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 @Jagath918 on GitHub (Mar 29, 2022).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/313
Traceback (most recent call last):
File "/home/anon/katoolin/./katoolin.py", line 1294, in main
inicio1()
File "/home/anon/katoolin/./katoolin.py", line 41, in inicio1
opcion0 = raw_input("\033[1;36mkat > \033[1;m")
NameError: name 'raw_input' is not defined
@aiyer-commits commented on GitHub (Mar 29, 2022):
are you using python3 or python2.7?
@Jagath918 commented on GitHub (Mar 29, 2022):
Python3 in fedora distro
@nathmo commented on GitHub (Apr 17, 2022):
i've made a fork that works if you did not managed to make it work.
https://github.com/nathmo/katoolin/blob/master/README.md
@Abdul-Manan-C commented on GitHub (Nov 3, 2023):
Same issue using python 3 in fedora and getting error at last opening process
@nathmo commented on GitHub (Nov 3, 2023):
Hi, this script only works for debian baswd distribution as it install package using aptitude. Fedora doesnt use apt to install package