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
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
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'