Empire is a post-exploitation and adversary emulation framework that is used to aid Red Teams and Penetration Testers.
Empire is a post-exploitation and adversary emulation framework that is used to aid Red Teams and Penetration Testers. The Empire server is written in Python 3 and is modular to allow operator flexibility. Empire comes built-in with a client that can be used remotely to access the server. There is also a GUI available for remotely accessing the Empire server, Starkiller.
git clone https://github.com/BC-SECURITY/Empire.git
Check out the Installation Page for install instructions.
Note: The main branch is a reflection of the latest changes and may not always be stable.
After cloning the repo, you can checkout the latest stable release by running the setup/checkout-latest-tag.sh script.
git clone https://github.com/BC-SECURITY/Empire.git
cd Empire
./setup/checkout-latest-tag.sh
./ps-empire install -y
If you are using the sponsors version of Empire, it will pull the sponsors version of Starkiller. Because these are private repositories, you need to have ssh credentials configured for GitHub. Instructions can be found here.
# Start Server
./ps-empire server
# Help
./ps-empire server -h
Check out the Empire Docs for more instructions on installing and using with Empire. For a complete list of changes, see the changelog.

Starkiller is a web application GUI for PowerShell Empire that interfaces remotely with Empire via its API. Starkiller can be ran as a replacement for the Empire client or in a mixed environment with Starkiller and Empire clients. As of 5.0, Starkiller is packaged with Empire and doesn't require any additional setup.
See Contributing
A special thanks to the following contributors for their help with Empire:
Join us in our Discord with any comments, questions, concerns, or problems!