mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-26 17:35:47 +03:00
[GH-ISSUE #341] I get this error when trying to install on Fedora 37 #274
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#274
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 @0797cjm on GitHub (Jan 16, 2023).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/341
`
[root@fedora /]# sudo katoolin
$$\ $$\ $$\ $$\ $$\
||||_||/ $$$$$$\ $$$$$$\ $$$$$$\ $$$$\|$$\ $$$$$$$\$
/ _\ \_|__\__\||__$$\$$< $$$| Kali linux tools installer ||||||$$\__||\||||||||| $$\ $$$| $$|$$|$$|||||_| _| _| _/ _/ ___/ _|_|_| _| V2.0
[W] Before updating your system , please remove all Kali-linux repositories to avoid any kind of problem .
Traceback (most recent call last):
File "/usr/bin/katoolin", line 1294, in main
inicio1()
File "/usr/bin/katoolin", line 41, in inicio1
opcion0 = raw_input("\033[1;36mkat > \033[1;m")
^^^^^^^^^
NameError: name 'raw_input' is not defined
`
@bahesh commented on GitHub (Feb 20, 2023):
I got this error too ( i believe its meant for any other distro than Debian based . because when i checked the script , it was using apt repository)
@bahesh commented on GitHub (Feb 20, 2023):
this is how i get it when i return (Do note that i am using an updated version of this same script , https://github.com/cerealkiller1918/katoolin )
@keys-i commented on GitHub (Feb 26, 2023):
it is not a error, raw_input() was renamed to input() in python v3.x
@0797cjm commented on GitHub (Feb 26, 2023):
How do we fix it
@ghost commented on GitHub (Mar 10, 2023):
go to file , if you use nano
go to the dir where the file is , open terminal
nano (file.name)
then replace raw_input by input
it will work just fine