Installation
We recommend the use of Kali, Poetry, or our Docker images to run Empire. Kali Linux users and Direct Sponsors will receive 30-day early access to new Empire and Starkiller features.
The following operating systems have been tested for Empire compatibility. We will be unable to provide support for other OSs at this time. Consider using our Prebuilt Docker containers which can run on any system.
Kali Linux Rolling
Ubuntu 20.04 / 22.04
Debian 10 / 11 / 12
ParrotOS
As of Empire 5.8, Python 3.10 is the minimum Python version required.
Github
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.
Sponsors:
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.
Kali
You can install the latest version of Empire by running the following:
Note: Kali requires you to run Empire with sudo
.
Docker
If you want to run Empire using a pre-built docker container.
Note: For size savings on the image, it is not pre-built with the libraries needed for jar, dmg, and nim stagers. To add these to your image, run the install.sh
script in the container and answer y
to the prompts.
Note: These are example basic commands to get started with docker. Depending on the use case of the individual, one may need to reference the Docker documentation.
All image versions can be found at: https://hub.docker.com/r/bcsecurity/empire/
The last commit from master will be deployed to the
latest
tagThe last commit from the dev branch will be deployed to the
dev
tagAll GitHub tagged releases will be deployed using their version numbers (v3.0.0, v3.1.0, etc)
Community-Supported Operating Systems
At this time, we are choosing to only support Kali, ParrotOS, Debian 10/11/12, and Ubuntu 20.04/22.04 installations, however, we will accept pull requests that fix issues or provide installation scripts specific to other operating systems to this wiki.
Last updated