mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-25 08:55:59 +03:00
[GH-ISSUE #317] error line 58 fixed but line 41 and 1294 issues #259
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#259
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 @Toni500github on GitHub (May 1, 2022).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/317
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 .
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 on GitHub (May 1, 2022):
@RobertW2 commented on GitHub (May 6, 2022):
Have this issue as well.
@nathmo commented on GitHub (May 11, 2022):
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