EmpireProject / Empire

Empire is a PowerShell and Python post-exploitation agent.

Home Page:http://www.powershellempire.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error line 1422

Gabenotrator opened this issue · comments

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
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