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

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

antonytuff opened this issue · comments

commented

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

commented

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

  1. pip install pip==18.1
  2. ./setup/instal.sh

Tested on Kali Linux 2018.4

commented

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.