EmpireProject / Empire

Empire is a PowerShell and Python post-exploitation agent.

Home Page:http://www.powershellempire.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error post installation

tXambe opened this issue · comments

Empire Version

2.3

OS Information (Linux flavor, Python version)

Debian 9.8

Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.

After instalation I have this error:
Traceback (most recent call last):
File "./empire", line 13, in
from lib.common import empire, helpers
File "/opt/Empire-mod-Hackplayers/lib/common/empire.py", line 31, in
import agents
File "/opt/Empire-mod-Hackplayers/lib/common/agents.py", line 68, in
import encryption
File "/opt/Empire-mod-Hackplayers/lib/common/encryption.py", line 26, in
import M2Crypto
ImportError: No module named M2Crypto

Screenshot of error, embedded text output, or Pastebin link to the error

Any additional information

For me:

  • sudo apt-get install python-dev
  • sudo apt-get python-m2crypto