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 was archived by the owner on Feb 20, 2026. It is now read-only.
but getting this error,
Traceback (most recent call last):
File "/home/kauser/Havoc/talon/Talon.py", line 3, in
from havoc.service import HavocService
ModuleNotFoundError: No module named 'havoc'
any ideas ? python version is 3.11.2, anything i do wrong ?
hi,
i'm running the code over a kali VM,
git cloned the repo, created a virtualenv i tried to
┌──(revenant)─(kauser㉿KALIDEV)-[~/Havoc/talon]
└─$ python Talon.py
but getting this error,
Traceback (most recent call last):
File "/home/kauser/Havoc/talon/Talon.py", line 3, in
from havoc.service import HavocService
ModuleNotFoundError: No module named 'havoc'
any ideas ? python version is 3.11.2, anything i do wrong ?
thanks