LionSec/katoolin

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

codemaster840 opened this issue · 1 comments

how can i fix this ?

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!