UndeadSec / HeraKeylogger

Chrome Keylogger Extension | Post Exploitation Tool
BSD 3-Clause "New" or "Revised" License
393 stars 103 forks source link

error on other pc #4

Open truesamurai opened 4 years ago

truesamurai commented 4 years ago

I have a laptop where this work fine, but on my other PC with fresh kali 2020.2 I get an error when starting the tool:

sudo python3 hera.py Traceback (most recent call last): File "hera.py", line 21, in from core.view import * ModuleNotFoundError: No module named 'core.view'

I checked and all files are there in folder core.

truesamurai commented 4 years ago

I finally found solution. Go to /core folder and add: init.py file. Then problem solved.