LionSec / katoolin

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

Wrong Syntax #359

Open MhmdRhayem opened 11 months ago

MhmdRhayem commented 11 months ago

There is a Syntax error in line 8 in katoolin.py

raphaelmaria commented 11 months ago

Hello, Has anyone had this experience? This is because I followed the step by step and when running the command, it recognizes it as unprivileged, I'm searching here, but so far I haven't found any post with correction guidance.

root@fawks:~# 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(...)?

Screenshot 2023-12-23 104737

raphaelmaria commented 11 months ago

Well, I managed to solve it using this version for Python 3, I found it in another issue here on Git.

https://github.com/cerealkiller1918/katoolin

6R1MR34P3R commented 5 months ago

Hello having the

Well, I managed to solve it using this version for Python 3, I found it in another issue here on Git.

https://github.com/cerealkiller1918/katoolin

Hello having the same issue here, how can I fix this? Im running Debian testing