1
0
mirror of https://github.com/CPunch/Laika.git synced 2026-05-19 09:40:03 +00:00
Files
Laika/README.md

33 lines
1.9 KiB
Markdown
Raw Normal View History

# Laika
2022-03-17 23:51:53 -05:00
<p align="center">
<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-17 23:51:53 -05: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>
<br>
2022-06-29 17:55:42 -05:00
<a href="https://asciinema.org/a/499508" target="_blank"><img src="https://asciinema.org/a/499508.svg" /></a>
2022-03-17 23:51:53 -05:00
</p>
2022-04-14 12:38:57 -05: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 11:06:56 -06:00
Some notable features thus far:
2022-04-14 12:38:57 -05: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-10-06 23:22:24 -05:00
- [X] CNC and Shell configuration through `.ini` files.
- [X] Open shells remotely on the victim machine.
- [X] Persistence across reboot: (toggled with `-DLAIKA_PERSISTENCE=On`)
2022-04-14 12:38:57 -05:00
- [X] Persistence via Cron on Linux-based systems.
- [X] Persistence via Windows Registry.
2022-05-09 17:02:48 -05:00
- [X] Uses obfuscation techniques also seen in the wild (string obfuscation, tiny VMs executing sensitive operations, etc.)
2022-04-14 12:38:57 -05:00
- [ ] Simple configuration using CMake:
2022-10-06 23:22:24 -05:00
- [X] Setting keypairs (`-DLAIKA_CNC_IP=? -DLAIKA_CNC_PORT=?`, etc.)
- [X] Enabling/Disabling Obfuscation (`-DLAIKA_OBFUSCATE=On`)
- [ ] Obfuscation modes
## How do I use this?
2022-02-17 18:21:29 -06:00
Please refer to the [Wiki](https://github.com/CPunch/Laika/wiki) for any questions relating to deployment, compilation & setup.
2022-04-11 12:56:42 -05:00
2022-04-17 01:12:01 -05:00
## Looking to contribute?
Read `CONTRIBUTING.md`