You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Any additional information
The text was updated successfully, but these errors were encountered:
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
Any additional information
The text was updated successfully, but these errors were encountered: