PowerScript / KatanaFramework

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

ktf.console not working (ModuleNotFoundError: No module named 'Internal') #46

Open Balhech opened 2 years ago

Balhech commented 2 years ago

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

anyone please?

Twinsghost commented 2 years ago

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

anyone please?

use python2 ktf.console or ktf.gui

c0nt055 commented 2 years ago

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

How can i fix this error please?