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

added pyopenssl to requirements.txt #33

Closed DanMcInerney closed 6 years ago

DanMcInerney commented 6 years ago

If you don't have pyopenssl you'll get:

urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='127.0.0.1', port=1337): Max retries exceeded with url: /api/admin/login (Caused by S SLError(SSLError(1, '[SSL: VERSION_TOO_LOW] version too low (_ssl.c:719)'),))

byt3bl33d3r commented 6 years ago

FYI, Re-submitted my original fix to Empire's dev branch (https://github.com/EmpireProject/Empire/pull/744) as requested. This is an awesome fix in the interim.