EmpireProject / Empire

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

Module Missing ./empire", line 13, in <module> Please help #1317

Closed antonytuff closed 5 years ago

antonytuff commented 5 years ago

I have been having this issue during Empire Installtion Traceback (most recent call last): File "./empire", line 13, in from lib.common import empire, helpers File "/opt/Empire/lib/common/init.py", line 8, in import helpers File "/opt/Empire/lib/common/helpers.py", line 50, in import iptools

mr64bit commented 5 years ago

Try running sudo pip install -r setup/requirements.txt, see if that completes successfully and try starting Empire again.

CptOfEvilMinions commented 5 years ago
  1. pip install pip==18.1
  2. ./setup/instal.sh

Tested on Kali Linux 2018.4

mr64bit commented 5 years ago

Addendum to what the Captain said: Switch to the dev branch, there are a bunch of install fixes there. I'm gonna close this, since this should fix your issue, but if not, feel free to re-open it.