2022-01-24 03:28:16 +00:00
# Laika
2022-03-18 04:51:53 +00:00
< p align = "center" >
2022-06-20 03:44:59 +00:00
< a href = "https://github.com/CPunch/Laika/actions/workflows/check-build.yaml" > < img src = "https://github.com/CPunch/Laika/actions/workflows/check-build.yaml/badge.svg?branch=main" alt = "Workflow" > < / a >
2022-03-18 04:51:53 +00:00
< a href = "https://github.com/CPunch/Laika/blob/main/LICENSE.md" > < img src = "https://img.shields.io/github/license/CPunch/Laika" alt = "License" > < / a >
2022-07-12 22:06:35 +00:00
< br >
2022-06-29 22:55:42 +00:00
< a href = "https://asciinema.org/a/499508" target = "_blank" > < img src = "https://asciinema.org/a/499508.svg" / > < / a >
2022-03-18 04:51:53 +00:00
< / p >
2022-04-14 17:38:57 +00:00
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.
2022-03-07 17:06:56 +00:00
2022-01-30 07:15:51 +00:00
Some notable features thus far:
2022-04-14 17:38:57 +00:00
- [X] Lightweight, the bot alone is 183kb (`MinSizeRel`) and uses very little resources minimizing Laika's footprint.
- [X] Authentication & packet encryption using LibSodium and a predetermined public CNC key. (generated with `bin/genKey` )
2022-04-06 06:07:16 +00:00
- [X] Server and Shell configuration through `.ini` files.
2022-03-28 21:28:44 +00:00
- [X] Ability to open shells remotely on the victim's machine.
2022-04-22 22:20:31 +00:00
- [X] Persistence across reboot: (toggled with `-DLAIKA_PERSISTENCE=On` )
2022-04-14 17:38:57 +00:00
- [X] Persistence via Cron on Linux-based systems.
2022-04-22 22:20:31 +00:00
- [X] Persistence via Windows Registry.
2022-05-09 22:02:48 +00:00
- [X] Uses obfuscation techniques also seen in the wild (string obfuscation, tiny VMs executing sensitive operations, etc.)
2022-04-14 17:38:57 +00:00
- [ ] Simple configuration using CMake:
2022-03-28 21:28:44 +00:00
- [X] Setting keypairs (`-DLAIKA_PUBKEY=? -DLAIKA_PRIVKEY=?`, etc.)
2022-02-17 23:57:08 +00:00
- [ ] Obfuscation modes
2022-01-24 03:28:16 +00:00
2022-07-12 22:06:35 +00:00
## How do I use this?
2022-02-18 00:21:29 +00:00
2022-07-12 22:06:35 +00:00
Please refer to the [Wiki ](https://github.com/CPunch/Laika/wiki ) for any questions relating to deployment, compilation & setup.
2022-04-11 17:56:42 +00:00
2022-04-17 06:12:01 +00:00
## Looking to contribute?
Read `CONTRIBUTING.md`