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

Empire is not starting (HELP) #1316

Closed kazoo123 closed 5 years ago

kazoo123 commented 5 years ago

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

kazoo123 commented 5 years ago

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

mr64bit commented 5 years ago

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.

kjoon41 commented 5 years ago

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" ......

antonytuff commented 5 years ago

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

ekisa commented 5 years ago

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

mr64bit commented 5 years ago

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