PowerScript / KatanaFramework

The New Hacking Framework
http://powerscript.github.io/KatanaFramework/
691 stars 224 forks source link

err #47

Open tony25tony opened 2 years ago

tony25tony commented 2 years ago

sudo python install File "/root/Tools/KatanaFramework/install", line 24 print "" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("")?

ghost6183 commented 2 years ago

Try (python2.7 install)

krunal8055 commented 2 years ago

Used Python2.7 install and it worked thank you buddy

devil355 commented 2 years ago

ktf.console Traceback (most recent call last): File "/usr/share/KatanaFramework/ktf.console", line 9, in from core.MainListLibrary import * File "/usr/share/KatanaFramework/core/MainListLibrary.py", line 10, in from Internal import ( ModuleNotFoundError: No module named 'Internal'