LionSec / katoolin

Automatically install all Kali linux tools
https://lionsec.net
GNU General Public License v2.0
4.67k stars 1.32k forks source link

I get this error when trying to install on Fedora 37 #341

Open RandomGuy70hz opened 1 year ago

RandomGuy70hz commented 1 year ago

image ` [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 .

1) Add Kali repositories & Update 2) View Categories 3) Install classicmenu indicator 4) Install Kali menu 5) 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

`

bahesh commented 1 year ago

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 1 year ago

image 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 1 year ago

it is not a error, raw_input() was renamed to input() in python v3.x

RandomGuy70hz commented 1 year ago

How do we fix it

Seif7x commented 1 year ago

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