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

Error while excuting Empire #1320

Closed hchadli closed 5 years ago

hchadli commented 5 years ago

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

JonA02 commented 5 years ago

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

hchadli commented 5 years ago

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