Closed aakifshaikh closed 5 years ago
Hi, I managed to get this running again in 2018.4 by:
git clone https://github.com/EmpireProject/Empire.git
and then manually replacing both setup/install.sh
and setup/requirements.txt
from the dev
branch here -- https://github.com/EmpireProject/Empire/tree/dev
Please let me know if this resolves the issue for you.
This can be closed. Thank you!
Aakif
On Fri, Nov 30, 2018 at 4:11 PM Sajid Nawaz Khan notifications@github.com wrote:
Hi, I managed to get this running again in 2018.4 by:
git clone https://github.com/EmpireProject/Empire.git and then manually replacing both setup/install.sh and setup/requirements.txt from the dev branch here -- https://github.com/EmpireProject/Empire/tree/dev https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_EmpireProject_Empire_tree_dev&d=DwMFaQ&c=BMHWMKDjakpO3obzOzpAQQ&r=57mAA6Qdx0qmFOENBoAnZurTsucx0XaQdCEo48bkEoo&m=WPM_vdWOwnDRTvkawy59JESR0UA2Ca0CF4y8Db-VNOM&s=fQuu1JFY8OAHTLtJ8Dss0Mqd4C1FnaMqCRELfFjE_OM&e=
Please let me know if this resolves the issue for you.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_EmpireProject_Empire_issues_1278-23issuecomment-2D443355020&d=DwMFaQ&c=BMHWMKDjakpO3obzOzpAQQ&r=57mAA6Qdx0qmFOENBoAnZurTsucx0XaQdCEo48bkEoo&m=WPM_vdWOwnDRTvkawy59JESR0UA2Ca0CF4y8Db-VNOM&s=rQe8QxLBwJ6DOooGy2SezBnAKQPSWMnXhyI_xiImFbM&e=, or mute the thread https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AaiZn7bPV7GdJ7NL2gDcL1obrJ-2DGKHSUks5u0azzgaJpZM4Y6MS9&d=DwMFaQ&c=BMHWMKDjakpO3obzOzpAQQ&r=57mAA6Qdx0qmFOENBoAnZurTsucx0XaQdCEo48bkEoo&m=WPM_vdWOwnDRTvkawy59JESR0UA2Ca0CF4y8Db-VNOM&s=sqE6g67JXfBq0q9LDoRhmb3YeZeguWo4_d9txAvvfss&e= .
Latest Empire Version (just cloned from github)
Host machine: MacOS High Sierra version 10.13.6
Kali-Linux-2018.4-vm-amd64 Python 2.7.15+
Error screenshot below-
root@kali:~/tools/Empire# ./empire Traceback (most recent call last): File "./empire", line 1422, in
main = empire.MainMenu(args=args)
File "/root/tools/Empire/lib/common/empire.py", line 92, 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
Found the same issue type reported previously (#1264 ), followed those steps but still not resolving.
I ran reset and then install again - didn't work