From db05f2eb1352508227950da7a0b48dc675553079 Mon Sep 17 00:00:00 2001 From: CPunch Date: Wed, 29 Jun 2022 17:55:42 -0500 Subject: [PATCH] README: Updated CMake requirements --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c3d2be2..337b3ca 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,9 @@

Workflow License +

-[![asciicast](https://asciinema.org/a/499508.svg)](https://asciinema.org/a/499508) - Laika is a simple cross-platform Remote Access Toolkit stack for educational purposes. It allows encrypted communication across a custom binary protocol. The bot client supports both Windows & Linux environments, while the shell & CNC server specifically target Linux environments. Laika is meant to be small and discreet, Laika believes in hiding in plain sight. Some notable features thus far: @@ -47,7 +46,7 @@ I could add some padding to each packet to make it look pseudo-HTTP-like, howeve ## Configuration and compilation Make sure you have the following libraries and tools installed: -- CMake (>=3.10) +- CMake (>=3.16) - Compiler with C11 support (GCC >= 4.7, Clang >= 3.1, etc.) The only dependency (LibSodium) is vender'd and statically compiled against the `/lib`. This should be kept up-to-date against stable and security related updates to LibSodium. @@ -77,7 +76,3 @@ Output binaries are put in the `./bin` folder ## Looking to contribute? Read `CONTRIBUTING.md` - -# Ansible-Playbook - -To setup a test VPS for a Laika CNC, check out [this ansible playbook](https://github.com/CPunch/Laika-Playbook).