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

Error while excuting Empire

hchadli opened this issue · comments

Hi,

I just installed the latest version of Empire and I'm getting this error messages. This is when I want to execute it.

Traceback (most recent call last):
  File "./empire", line 13, in <module>
    from lib.common import empire, helpers
  File "/opt/Empire/lib/common/__init__.py", line 8, in <module>
    import helpers
  File "/opt/Empire/lib/common/helpers.py", line 50, in <module>
    import iptools
ImportError: No module named iptools

I appreciate your help.

Many thanks,

Chadli

Go to the setup directory Empire/setup/,

Run the following command:
pip install -r requirements.txt

Go back into the Empire Directory Empire/

Re-execute empire.
./empire

@jona-01 you're the best, thanks
It solved my problem.
Thanks again.