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 has been archived by the owner on Jan 29, 2020. It is now read-only.
@Kaicastledine also we don't officially support macOS at all, but I'd be happy to help as much as I can. IIRC there was a PR in dev that modified the install script for macOS.
Empire Version
2.3
OS Information (Linux flavor, Python version)
OSX High sierra
Python 2.7.10
Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.
Does not show listeners list
#878
#595
#573
Screenshot of error, embedded text output, or Pastebin link to the error
uselisteners [TAB] [TAB] + uselisteners [TAB] [TAB] [ENTER]
uselistener [space] [TAB] [TAB]
Any additional information
Multiple issues with install
Was going to make a laughable walkthrough/guide of the install :) Will add it here
Issue 1 - Uninstalling six-1.4.1 operation denied
pypa/pip#3165
pip install 'pyopenssl==17.2.0'
Solved by
Sudo pip install 'pyopenssl==17.2.0' --ignore-installed six
issue 2 - M2Crypto - Openssl error
https://stackoverflow.com/questions/33005354/trouble-installing-m2crypto-with-pip-on-os-x-macos
Solved by
Issue 3 - TypeError: 'NoneType' object is not iterable
#539
sudo ./Empire Traceback (most recent call last): File "./Empire", line 1381, in <module> main = empire.MainMenu(args=args) File "/Users/USER/Empire/lib/common/empire.py", line 79, in __init__ (self.isroot, self.installPath, self.ipWhiteList, self.ipBlackList, self.obfuscate, self.obfuscateCommand) = helpers.get_config('rootuser, install_path,ip_whitelist,ip_blacklist,obfuscate,obfuscate_command') TypeError: 'NoneType' object is not iterable
Solved by
sudo ./reset.sh
Not sure what to do to get the tab working however ?
The text was updated successfully, but these errors were encountered: