AdrMXR / KitHack

Hacking tools pack & backdoors generator.
https://adrmxr.github.io/KitHack/
MIT License
1.63k stars 212 forks source link

Error after installation on Debian 10 #31

Closed xSnkz closed 3 years ago

xSnkz commented 3 years ago

I installed the Kithack like your in your Instructions and it works fine and then i will type in "kithack" and it gave me this error Can you please help me?

Thanks in advance! root@localhost:~/KitHack# kithack Traceback (most recent call last): File "KitHack.py", line 20, in from lib import kitools File "/root/KitHack/lib/kitools.py", line 15, in from KitHack import main File "/root/KitHack/KitHack.py", line 21, in from lib.network import run_network File "/root/KitHack/lib/network.py", line 14, in from zenipy.zenipy import entry as entry_token, error as Error File "/usr/local/lib/python3.7/dist-packages/zenipy/init.py", line 1, in from .zenipy import ( File "/usr/local/lib/python3.7/dist-packages/zenipy/zenipy.py", line 5, in gi.require_version('Gtk', '3.0') File "/usr/lib/python3/dist-packages/gi/init.py", line 129, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Gtk not available

AdrMXR commented 3 years ago

Hello, that problem occurs because you need to install the gtk package, try the following and let me know if it is solved.

sudo apt-get install libgtk-3-dev
sudo apt install python3-gi gobject-introspection gir1.2-gtk-3.0
xSnkz commented 3 years ago

It works now. Thank you for your help.