> For the complete documentation index, see [llms.txt](https://top-gun-diary.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://top-gun-diary.gitbook.io/blog/sliver-c2-framework-series.md).

# Sliver C2 Framework Series

## What We’ll Cover in This Series

*This series is a **comprehensive, hands-on deep dive into the Sliver C2 framework**, designed for **red teamers, penetration testers, and offensive security practitioners** who want to understand how modern **command-and-control (C2) infrastructures** operate in real-world adversary simulations.*

*Throughout this series, we will start with the **fundamentals of Sliver C2** and progressively move into **advanced red team tradecraft and post-exploitation techniques**. The goal is to provide both **theoretical understanding and practical implementation**, allowing readers to build, deploy, and operate Sliver in realistic testing environments.*

Topics covered in this series will include:

* *Understanding the **architecture of Sliver C2** and how modern C2 frameworks work*
* ***Setting up the Sliver server and operator environment** from scratch*
* ***Generating and configuring implants (beacons/sessions)** for different operating systems*
* *Exploring **multiple C2 communication protocols** such as HTTP(S), mTLS, DNS, and WireGuard*
* *Performing **post-exploitation activities** including privilege escalation, credential access, and lateral movement*
* *Leveraging **advanced Sliver features** such as pivots, SOCKS proxies, and multi-listener infrastructure*
* *Implementing **OPSEC considerations and evasion techniques** to bypass defensive controls*
* *Simulating **real-world adversary behavior aligned with MITRE ATT\&CK techniques***

*Each article will focus on **practical demonstrations, configuration examples, and real testing workflows**, making the series useful for both **learning Sliver C2 and applying it in professional penetration tests or red team engagements**.*

*New parts will be published progressively on my **Git Book blog**. While the articles may not always appear in strict numerical order, each entry will clearly reference and link to the relevant previous parts so readers can easily follow the full learning path.*

*By the end of this series, readers should be able to **deploy a complete Sliver C2 infrastructure, generate custom implants, manage compromised hosts, and perform advanced post-exploitation operations in a controlled lab environment**.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://top-gun-diary.gitbook.io/blog/sliver-c2-framework-series.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.
