LionSec / katoolin

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

error line 58 fixed but line 41 and 1294 issues #317

Open Toni500github opened 2 years ago

Toni500github commented 2 years ago

after i have added at line 58 the (), another problem appeard ┌──(kali㉿kali)-[~] └─$ sudo katoolin File "/usr/bin/katoolin", line 8 print "Sorry. This script requires sudo privledges" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Sorry. This script requires sudo privledges")?

┌──(kali㉿kali)-[~] └─$ 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

Toni500github commented 2 years ago

Screenshot 2022-05-01 12_15_21

RobertW2 commented 2 years ago

Have this issue as well.

nathmo commented 2 years ago

i might recommend you this issue https://github.com/LionSec/katoolin/issues/315 that could help you save your problem. and if you choose to convert the script to python3 you can make a pull request to my repo. i will be glad to add it