# Empire

```bash
# Installing Empire
git clone --recursive https://github.com/BC-SECURITY/Empire
cd Empire/setup
./install.sh

# Starting the Empire server
./ps-empire-server server

# Interacting with the Empire server
./ps-empire-server client
```

### Infrastructure

I wrote a small blog post about the setup, basic usage, and some OpSec considerations when using Empire:

{% embed url="<https://parzival.sh/posts/Building-Red-Team-Infrastructure-with-Empire-and-Nebula/>" %}

{% embed url="<https://www.youtube.com/watch?v=KYCzakkmHqo&embeds_euri=https%3A%2F%2Fcdn.iframe.ly%2F&source_ve_path=MjM4NTE&feature=emb_title>" %}

### References

{% embed url="<https://github.com/BC-SECURITY/Empire>" %}

{% embed url="<https://bc-security.gitbook.io/empire-wiki/>" %}

{% embed url="<https://enigma0x3.net/2015/08/26/empire-tips-and-tricks/>" %}
