started working on c2 server docs but thatll have to wait
This commit is contained in:
+1
-1
@@ -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]()
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user