# 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/>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ttp.parzival.sh/red-teaming/c2/empire.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
