1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-04-12 07:00:34 +00:00
2022-10-08 18:32:33 -05:00
2022-10-05 20:36:49 -05:00
2022-10-08 18:32:33 -05:00
2022-10-05 20:36:49 -05:00
2022-10-08 18:32:33 -05:00
2022-10-05 20:47:23 -05:00
2022-06-30 20:19:35 -05:00
2022-10-06 23:22:24 -05:00
2022-04-05 23:57:37 -05:00
2022-04-05 23:57:37 -05:00

Laika

Workflow License

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:

  • Lightweight, the bot alone is 183kb (MinSizeRel) and uses very little resources minimizing Laika's footprint.
  • Authentication & packet encryption using LibSodium and a predetermined public CNC key. (generated with bin/genKey)
  • CNC and Shell configuration through .ini files.
  • Open shells remotely on the victim machine.
  • Persistence across reboot: (toggled with -DLAIKA_PERSISTENCE=On)
    • Persistence via Cron on Linux-based systems.
    • Persistence via Windows Registry.
  • Uses obfuscation techniques also seen in the wild (string obfuscation, tiny VMs executing sensitive operations, etc.)
  • Simple configuration using CMake:
    • Setting keypairs (-DLAIKA_CNC_IP=? -DLAIKA_CNC_PORT=?, etc.)
    • Enabling/Disabling Obfuscation (-DLAIKA_OBFUSCATE=On)
      • Obfuscation modes

How do I use this?

Please refer to the Wiki for any questions relating to deployment, compilation & setup.

Looking to contribute?

Read CONTRIBUTING.md

Description
Cross-platform RAT, written in Modern C
Readme 8.2 MiB
Languages
C 97.2%
CMake 2.8%