danzee1 / DeathStar

Automate getting Domain Admin using Empire

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supported Python versions

As of August 2nd 2019 this project is no longer maintained as the Empire project (which Deathstar relies on) is no longer supported

DeathStar

DeathStar is a Python script that uses Empire's RESTful API to automate gaining Domain Admin rights in Active Directory environments using a variety of techniques.

deathstar

Acknowledgments

Thanks @DanHMcInerney for the insane amount of suffering you've went through to fix this

How does it work?

See the accompanying blog post here:

https://byt3bl33d3r.github.io/automating-the-empire-with-the-death-star-getting-domain-admin-with-a-push-of-a-button.html

Installation

  • First grab, install and run Empire:
git clone https://github.com/EmpireProject/Empire
cd Empire/setup && ./install.sh && cd ..
# Start the Empire console and RESTful API
python empire --rest --username empireadmin --password Password123
  • Then grab, setup and run DeathStar:
git clone https://github.com/byt3bl33d3r/DeathStar
# Death Star is written in Python3
pip3 install -r requirements.txt
./DeathStar.py

Usage

  1. Run DeathStar
  2. Get an Empire Agent on a box connected to a Domain
  3. Go grab a coffee/tea/redbull, DeathStar will take care of everything else ;)

How to fund my tea & sushi reserve

BTC: 1ER8rRE6NTZ7RHN88zc6JY87LvtyuRUJGU

ETH: 0x91d9aDCf8B91f55BCBF0841616A01BeE551E90ee

LTC: LLMa2bsvXbgBGnnBwiXYazsj7Uz6zRe4fr

About

Automate getting Domain Admin using Empire

License:GNU General Public License v3.0


Languages

Language:Python 100.0%