EmpireProject / Empire

Empire is a PowerShell and Python post-exploitation agent.
http://www.powershellempire.com/
BSD 3-Clause "New" or "Revised" License
7.36k stars 2.8k forks source link

install problem ubuntu 18.04 #1368

Closed careyjames closed 5 years ago

careyjames commented 5 years ago

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

PlatinumJay commented 5 years ago

Install the pefile module:

pip2 install pefile

careyjames commented 5 years ago

thank you!!!!!