You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
┌─[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'
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/"
Parrot OS 4.10
ModuleNotFoundError: No module named 'lib.banners'
The text was updated successfully, but these errors were encountered: