# Building C2 Implants in C++: A Primer

## Building C2 Implants in C++: A Primer

- [Introduction](https://shogunlab.gitbook.io/building-c2-implants-in-cpp-a-primer/master.md): Intro to the book contents and what to expect.
- [Chapter 1: Designing a C2 Infrastructure](https://shogunlab.gitbook.io/building-c2-implants-in-cpp-a-primer/chapter-1-designing-a-c2-infrastructure.md): Discussion of C2 infrastructure concepts and design.
- [Chapter 2: Establishing a Listening Post](https://shogunlab.gitbook.io/building-c2-implants-in-cpp-a-primer/chapter-2-establishing-a-listening-post.md): Building a basic HTTP listening post, REST API & database.
- [Chapter 3: Basic Implant & Tasking](https://shogunlab.gitbook.io/building-c2-implants-in-cpp-a-primer/chapter-3-basic-implant-and-tasking.md): Building a basic implant in C++ and how to add new tasks.
- [Chapter 4: Operator CLI Client](https://shogunlab.gitbook.io/building-c2-implants-in-cpp-a-primer/chapter-4-operator-cli-client.md): Creating a CLI client to interact with the listening post and implant.
- [Conclusion](https://shogunlab.gitbook.io/building-c2-implants-in-cpp-a-primer/conclusion.md): Concluding remarks and next steps.
- [Special Thanks & Credits](https://shogunlab.gitbook.io/building-c2-implants-in-cpp-a-primer/credits-and-special-thanks.md)
