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

install problem ubuntu 18.04

careyjames opened this issue · comments

Empire Version

2.5

OS Information (Linux flavor, Python version)

ubuntu 18.04

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

when i tried to launch after install

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

Traceback (most recent call last):
File "./empire", line 13, in
from lib.common import empire, helpers
File "/root/Empire/lib/common/empire.py", line 37, in
import stagers
File "/root/Empire/lib/common/stagers.py", line 28, in
from ShellcodeRDI import *
File "/root/Empire/lib/common/ShellcodeRDI.py", line 6, in
import pefile
ImportError: No module named pefile

Any additional information

commented

Install the pefile module:

pip2 install pefile

thank you!!!!!