Empire
Installing Empire requires you got have git installed. Easily achieved using the following command
sudo apt install git -yIf 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.gitAfter you cloned the repository perform
cd Empire./setup/checkout-latest-tag.sh./ps-empire install -yThis will take care of all dependencies (and there are quite a few of them LOL).
Last updated