Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run ./empire #50

Closed
dllaboss opened this issue Dec 30, 2019 · 2 comments
Closed

Cannot run ./empire #50

dllaboss opened this issue Dec 30, 2019 · 2 comments

Comments

@dllaboss
Copy link

Empire Version

3.0.1 (from 'cat VERSION' via Terminal')

OS Information (Linux flavor, Python version)

Kali-rolling v2019.4
Python 2.7.17 and/or Python 3.7.5

Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.

When running "./empire" I receive the following error:
Traceback (most recent call last):
File "./empire", line 14, in
from lib.common import empire, helpers
File "/root/Desktop/Empire/lib/common/init.py", line 10, in
from . import helpers
File "/root/Desktop/Empire/lib/common/helpers.py", line 58, in
import iptools
ModuleNotFoundError: No module named 'iptools'

According to Kali and "apt install iptools" this module doesn't exist. I can't find python-pip or python3-pip to further try to install "iptools".

Screenshot of error, embedded text output, or Pastebin link to the error

image

Any additional information

@ghost
Copy link

ghost commented Dec 31, 2019

Try running pip3 install -r setup/requirements.txt after ./install.sh as @Z6543 said in issue #47 :)

@Hubbl3
Copy link

Hubbl3 commented Jan 1, 2020

As @corabrickdog said this is the same issue as #47. I have pushed an update to the bug fixes branch that addresses this and am closing the issue

@Hubbl3 Hubbl3 closed this as completed Jan 1, 2020
vinnybod added a commit that referenced this issue Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants