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).

Last updated