Updated README

This commit is contained in:
Jakob Friedl
2025-07-16 14:48:21 +02:00
parent 99b017f57f
commit 310ad82cc5

View File

@@ -1,10 +1,11 @@
# Conquest Framework
> Command - Control - Conquer
Compile with Nim:
```
nim c src/server/server.nim
```
## Acknowledgements
- [C5pider](https://github.com/Cracked5pider) for [Havoc](https://github.com/HavocFramework/Havoc), which most of the teamserver functionality is based on
- [m4ul3r](https://github.com/m4ul3r) for [nimless](https://github.com/m4ul3r/writing_nimless) Nim implementations
- [d4rckh](https://github.com/d4rckh) for [grc2](https://github.com/d4rckh/grc2), the only other Nim-only C2 I was able to find online
- [MalDev Academy](https://maldevacademy.com/)
From the `bin` directory, start the team server:
```
./server
```