Updated README
This commit is contained in:
15
README.md
15
README.md
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user