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

My changes for py3 #265

Open SergeyKvyatkovsky opened 3 years ago

SergeyKvyatkovsky commented 3 years ago

It https://github.com/LionSec/katoolin/blob/0fcf38b5ad16968e46014e8db0609b4d2af305f0/katoolin.py#L41 doesn't work in py3. If you use py3 you should change raw_input on input. And in https://github.com/LionSec/katoolin/blob/0fcf38b5ad16968e46014e8db0609b4d2af305f0/katoolin.py#L8 you should change "Sorry. This script requires sudo privledges" on ("Sorry. This script requires sudo privledges") . After that it work for me on py3.

ghost commented 3 years ago

Please use the following commands to help. Sudo apt install Python2 python2 ..... Please replace python with Python2 if running Kali Linux