Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

TypeError: 'NoneType' object is not iterable #1278

Closed
aakifshaikh opened this issue Nov 29, 2018 · 2 comments
Closed

TypeError: 'NoneType' object is not iterable #1278

aakifshaikh opened this issue Nov 29, 2018 · 2 comments

Comments

@aakifshaikh
Copy link

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

@ssnkhan
Copy link

ssnkhan commented Nov 30, 2018

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.

@aakifshaikh
Copy link
Author

aakifshaikh commented Dec 3, 2018 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants