byt3bl33d3r / DeathStar

Uses Empire's (https://github.com/BC-SECURITY/Empire) RESTful API to automate gaining Domain and/or Enterprise Admin rights in Active Directory environments using some of the most common offensive TTPs.
GNU General Public License v3.0
1.57k stars 331 forks source link

Connection Error. Check Empire RESTful API #32

Closed kofx2002 closed 6 years ago

kofx2002 commented 6 years ago

[*] Powering up the Death Star [-] Connection Error. Check Empire RESTful API Linux KoF 4.11.0-kali1-amd64 #1 SMP Debian 4.11.6-1kali1 (2017-06-21) x86_64 GNU/Linux

i have this issue in kali linux

DanMcInerney commented 6 years ago

I might've fixed this with the pull request I just made. If you pull out the connection code or modify the code to not hide the exception we can give better answers as to what's going wrong. For me it was an exception saying SSL version too low.

Try running this within your virtualenv: pip3 install pyopenssl

DanMcInerney commented 6 years ago

Additionally you'll need to revert empire to a previous version with:

Solution: cd Empire/ git reset --hard 2677363e508c81834b27c31ae534a5474d37eda5

byt3bl33d3r commented 6 years ago

This is probably related to #29 and/or #28. Closing since it's a duplicate.