September 2018
Intermediate to advanced
480 pages
9h 45m
English
The Empire tool is open source and has a Git repository. We can clone the Git repository from GitHub by executing the following command:
git clone https://github.com/EmpireProject/Empire

The following files reside in the Empire directory:

The Empire Framework is written in Python, so we first need to install the Python dependencies. Empire already has an installation script, which can be viewed in the setup directory (~/Empire/setup/). The installation file is a simple Bash script which we can execute by using ...