AD Privesc with Empire
  • SANS Workshop: Active Directory Privilege Escalation with Empire!
  • Installing the environment
    • AWS
    • Terraform
    • Ansible
    • Empire
    • Dependency setup script
  • Lab 1: Environment Orientation and Spinning up
  • Lab 2: Empire Setup and Initial Agent
  • Lab 3: Kerberoasting, Lateral Movement and DCSyncing
  • Lab 4: Hopping Trusts - Parent Child and Tree-Root
Powered by GitBook
On this page
  1. Installing the environment

Empire

Installing Empire requires you got have git installed. Easily achieved using the following command

sudo apt install git -y

If you already have git installed, great! Go ahead and clone the empire repository (recursive clone is needed!).

git clone --recursive https://github.com/BC-SECURITY/Empire.git

After you cloned the repository perform

cd Empire
./setup/checkout-latest-tag.sh
./ps-empire install -y

This will take care of all dependencies (and there are quite a few of them LOL).

PreviousAnsibleNextDependency setup script

Last updated 4 months ago