I get this error when trying to install on Fedora 37
RandomGuy70hz opened this issue · 5 comments
`
[root@fedora /]# sudo katoolin
$$ | $$ | $$ | $$ |_|
$$ |$$ / $$$$$$\ $$$$$$\ $$$$$$\ $$$$$$\ $$ |$$\ $$$$$$$\
$$$$$ / _$$\ _$$ | $$ __$$\ $$ __$$\ $$ |$$ |$$ __$$\
$$ $$< $$$$$$$ | Kali linux tools installer |$$ |$$ |$$ | $$ |
$$ |$$\ $$ __$$ | $$ |$$\ $$ | $$ |$$ | $$ |$$ |$$ |$$ | $$ |
$$ | $$\ $$$$$$$ | $$$$ |$$$$$$ |$$$$$$ |$$ |$$ |$$ | $$ |
_| _| _| _/ _/ ___/ _|_|_| _| V2.0
- -- -- +=[ Author: LionSec | Homepage: www.neodrix.com
- -- -- +=[ 331 Tools
[W] Before updating your system , please remove all Kali-linux repositories to avoid any kind of problem .
- Add Kali repositories & Update
- View Categories
- Install classicmenu indicator
- Install Kali menu
- Help
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
`
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)
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 )
it is not a error, raw_input() was renamed to input() in python v3.x
How do we fix it
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