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

chmod: cannot access '/usr/bin/katoolin': No such file or directory #345

Open codemaster840 opened 1 year ago

codemaster840 commented 1 year ago

how can i fix this ?

phulam2009 commented 1 year ago

Install Python2.7 requirement. Ref: https://linux.how2shout.com/how-to-install-python-2-7-on-ubuntu-20-04-lts/ After fix line 1 in file text /usr/bin/katoolin

!/usr/bin/python --> #!/usr/bin/python2

Good luck!