started working on c2 server docs but thatll have to wait

This commit is contained in:
2026-05-29 19:38:45 +02:00
parent 0517284609
commit 44905f59ce
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
- [Installation RubberDucky](./rubduc/installation.md)
- [Project structure](./rubduc/structure.md)
- [The Payload](./rubduc/payload.md)
- [C2 Server]()
- [C2 Server](./c2/overview.md)
- [Installation C2]()
+6
View File
@@ -0,0 +1,6 @@
# C2 server
## Overview
The second half of this project contains a C2 server which allows payloads to open a reverse shell for the attacker to use.
We chose [Sliver](https://sliver.sh/) which is a powerful command and control (C2) framework with a ton of features like for example Secure C2 over mTLS, WireGuard, HTTP(S), and DNS. This will easily do for our usecase.