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

Empire is not starting (HELP)

kazoo123 opened this issue · comments

Can someone please help me, I've spent more than 48hrs still didn't solve the issue,
I got this error when i tried to lunch Empire after installing..

traceback (most recent call last):
File "./empire", line 13, in
from lib.common import empire, helpers
File "/root/Downloads/Empire/lib/common/init.py", line 8, in
import helpers
File "/root/Downloads/Empire/lib/common/helpers.py", line 50, in
import iptools
ImportError: No module named iptools

Your contributions would be appreciated.
Thanks

I manage to solve the above query but right now am having to issue (Error)

Traceback (most recent call last):
File "./empire", line 13, in
from lib.common import empire, helpers
File "/root/Downloads/Empire/lib/common/empire.py", line 14, in
from pydispatch import dispatcher
ImportError: No module named pydispatch

Kindly help

commented

Did you encounter any errors while running setup/install.sh?
Try running pip install -r setup/requirements.txt, this will install all the needed python libraries.

follow as below; (my english is very poor.)
at /Empire/setup/

  1. python -m pip install SomePackage

    next> ./reset.sh

  2. pip install -r pydispatch

next> ./reset.sh (if the shown other ImportError: No module named xxxxx)
3.pip install -r "xxxxx"
......

commented

Kjoon41 any help on how I can fix this one??

traceback (most recent call last):
File "./empire", line 13, in
from lib.common import empire, helpers
File "/root/Empire/lib/common/init.py", line 8, in
import helpers
File "/root/Empire/lib/common/helpers.py", line 50, in
import iptools
ImportError: No module named iptools

commented

For anyone having trouble during m2crypto installation;
I have managed to resolve the issue by this
pip install swig

commented

Closing as a duplicate to #1323, see fixes there.