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.
Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.
Good time! I'm a beginner, faced with an incomprehensible error when installing Empire. Set all the Python dependencies, tried everything that was described on the Github, and after hours of dancing with a tambourine, decided to ask a question here.
Screenshot of error, embedded text output, or Pastebin link to the error
root@SecurityOS:# cd Empire
root@SecurityOS:/Empire# ./empire
Traceback (most recent call last):
File "./empire", line 1422, in
main = empire.MainMenu(args=args)
File "/root/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
root@SecurityOS:~/Empire#
Any additional information
The text was updated successfully, but these errors were encountered:
Empire Version
last
OS Information (Linux flavor, Python version)
debian 7x64
Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.
Good time! I'm a beginner, faced with an incomprehensible error when installing Empire. Set all the Python dependencies, tried everything that was described on the Github, and after hours of dancing with a tambourine, decided to ask a question here.
Screenshot of error, embedded text output, or Pastebin link to the error
root@SecurityOS:
# cd Empire/Empire# ./empireroot@SecurityOS:
Traceback (most recent call last):
File "./empire", line 1422, in
main = empire.MainMenu(args=args)
File "/root/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
root@SecurityOS:~/Empire#
Any additional information
The text was updated successfully, but these errors were encountered: