diff --git a/README.md b/README.md index 4102ff5..a205937 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Laika is a simple Remote Access Toolkit stack for red teaming. It allows authenticated communication across a custom protocol with generated key pairs which are embedded into the executable (only the public key is embedded in the bot client ofc). This project currently only targets Linux, however the socket API has already been ported to work under various OS including Windows, Linux & MacOS. Cross-platform support for the bot client will come eventually. +![DEMO](img/demo.gif) + Some notable features thus far: - [X] Lightweight, the bot alone is 270kb (22kb if not statically linked with LibSodium) and uses very little resources. - [ ] Uses obfuscation techniques also seen in the wild (string obfuscation, tiny VMs executing sensitive operations, etc.) diff --git a/img/demo.gif b/img/demo.gif new file mode 100644 index 0000000..b3c5349 Binary files /dev/null and b/img/demo.gif differ diff --git a/img/demo.mp4 b/img/demo.mp4 deleted file mode 100644 index efa16b5..0000000 Binary files a/img/demo.mp4 and /dev/null differ