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.
Successfully launching Empire by running ./empire
Screenshot of error, embedded text output, or Pastebin link to the error
./empire Traceback (most recent call last):
File "./empire", line 14, in
from lib.common import empire, helpers
File "/opt/Empire/lib/common/init.py", line 10, in
import helpers File "/opt/Empire/lib/common/helpers.py", line 58, in
import iptools
ModuleNotFoundError: No module named 'iptools'
Empire Version
3.0
OS Information (Linux flavor, Python version)
Kali Linux
Python 3.7.5 & 2.7.17
Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.
Successfully launching Empire by running ./empire
Screenshot of error, embedded text output, or Pastebin link to the error
./empire Traceback (most recent call last):
File "./empire", line 14, in
from lib.common import empire, helpers
File "/opt/Empire/lib/common/init.py", line 10, in
import helpers File "/opt/Empire/lib/common/helpers.py", line 58, in
import iptools
ModuleNotFoundError: No module named 'iptools'
Any additional information
All requirements seem to be satisfied: https://pastebin.com/hi6MtGnj