1
0
mirror of https://github.com/CPunch/Laika.git synced 2024-09-19 18:18:19 +00:00
Cross-platform RAT, written in Modern C
Go to file
CPunch ed3efdaf11 Added laikaS_readInt() & laikaS_writeInt()
- new member for the sLaika_sock struct, 'flipEndian'
2022-01-24 20:50:14 -06:00
.vscode Inital commit 2022-01-23 21:28:16 -06:00
bot Removed VS startup for cnc & bot 2022-01-24 19:51:55 -06:00
cnc Removed VS startup for cnc & bot 2022-01-24 19:51:55 -06:00
lib Added laikaS_readInt() & laikaS_writeInt() 2022-01-24 20:50:14 -06:00
.gitignore Renamed 'CERROR' & 'CWARN' to LAIKA_ERROR & LAIKA_WARN 2022-01-24 09:51:29 -06:00
CMakeLists.txt Inital commit 2022-01-23 21:28:16 -06:00
README.md Inital commit 2022-01-23 21:28:16 -06:00

Laika

This is a simple POC botnet written in C99. The net library shares some similarities to FoxNet, in fact lpolllist.c is just a port of the FoxPollList class. This botnet is also crossplatform with clients written for each platform (check the /clients folder).

Why?

Malware development in recent years is soooooooo boring (esp. malware written by non-nationstate actors). I wanted to prove that homebrew malware can still be interesting and fun! Obviously use this on your own machines/get permission before running etc. etc.