DeathStar: automated tool for infiltration of domains

novatech
By -
0

DeathStar is a Python script that automates the process of obtaining Domain Admin rights in Active Directory environments through a range of techniques by utilizing Empire's RESTful API.

The workings of DeathStar's mechanism can be better understood by looking at the following image:


Installation

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


 Usage

  1. Launch DeathStar.
  2. Receive an Empire Agent via a box that is linked to a domain.
  3. Grab a cup of coffee, tea, or redbull; DeathStar will handle the rest 😉


Post a Comment

0Comments

Post a Comment (0)