EmpireProject / Empire

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

Is this project Dead?!? Error when trying to run empire on updated Kali Linux #1275

Closed usmarine2141 closed 5 years ago

usmarine2141 commented 5 years ago

Empire Version

Master Branch

OS Information (Linux flavor, Python version)

Kali Linux

Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.

When running ./empire it should run empire, however i get an error (see paste below)

Screenshot of error, embedded text output, or Pastebin link to the error

https://pastebin.com/UDxRbS6i

Traceback (most recent call last): File "./empire", line 1422, in main = empire.MainMenu(args=args) File "/home/god/Desktop/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

Any additional information

I have copied the install.sh new file that was created from 1268 and ran it before installing, however still will not run.

Kali was fully updated before installing, I also tested on fresh download of 2018.4 version before updates and it worked properly.

mr64bit commented 5 years ago

That error is normally caused by a missing or corrupt database. If data/empire.db exists, back it up, then run setup/reset.sh.

mr64bit commented 5 years ago

Try pulling from dev, I just merged a PR to fix installs on Kali latest.

usmarine2141 commented 5 years ago

what is the process of pulling from a diff branch? Im not familiar with using git that much. i know git clone and git pull thats about it.

Is this project no longer being maintained/updated anymore?

usmarine2141 commented 5 years ago

i got it all working again. Thank you!