AdrMXR / KitHack

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

ModuleNotFoundError: No module named 'lib.banners' #27

Closed sashka3076 closed 3 years ago

sashka3076 commented 3 years ago

Parrot OS 4.10 ModuleNotFoundError: No module named 'lib.banners'

AdrMXR commented 3 years ago

Please insert an image and provide your python version.

sashka3076 commented 3 years ago

python3.9

sashka3076 commented 3 years ago

┌─[root@parrot]─[~/KitHack] └──╼ #sudo python3 KitHack.py Traceback (most recent call last): File "/root/KitHack/KitHack.py", line 19, in from lib.banners import * ModuleNotFoundError: No module named 'lib.banners'

AdrMXR commented 3 years ago

Got an altered version of KitHack? It does not detect the import of the banners script as if it does not exist in the lib folder. Still, try setting the KitHack directory to your pythonpath, run this command: export PYTHONPATH="${PYTHONPATH}:/root/KitHack/"