EmpireProject / Empire

Empire is a PowerShell and Python post-exploitation agent.
http://www.powershellempire.com/
BSD 3-Clause "New" or "Revised" License
7.36k stars 2.8k forks source link

error line 1422 #1362

Open Gabenotrator opened 5 years ago

Gabenotrator commented 5 years ago

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