From 5fcdb53740c1bf9150d525a0bbe0661a9ed4b8eb Mon Sep 17 00:00:00 2001 From: CPunch Date: Wed, 6 Apr 2022 00:45:29 -0500 Subject: [PATCH] list config in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a85593..adfed73 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Laika is a simple Remote Access Toolkit stack for educational purposes. It allow Some notable features thus far: - [X] Lightweight, the bot alone is 270kb (22kb if not statically linked with LibSodium) and uses very little resources minimizing Laika's footprint. - [X] Authentication & packet encryption using LibSodium and a predetermined public CNC key. +- [X] Server and Shell configuration through `.ini` files. - [X] Ability to open shells remotely on the victim's machine. - [ ] Ability to relay socket connections to/from the victim's machine. - [ ] Uses obfuscation techniques also seen in the wild (string obfuscation, tiny VMs executing sensitive operations, etc.)