HavocFramework / Talon

(Demo) 3rd party agent for Havoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named 'havoc'

johnjohnsp1 opened this issue · comments

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

commented

You need to put this directory into the current directory of Talon.py: