From 9b289be5ab9a9aeee1ba602609bad804028b80f8 Mon Sep 17 00:00:00 2001 From: CPunch Date: Sat, 3 Sep 2022 00:48:12 -0500 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index aff6250..aa78095 100644 --- a/Home.md +++ b/Home.md @@ -1,8 +1,8 @@ -Laika is a RAT (Remote Access Toolkit). Specifically the only feature Laika provides is the feature to spawn shells & execute commands. ***That is the only user-facing feature.*** Of course this wasn't meant to be a free RAT for skids to use on random innocent people, which is why the feature is it's *only* feature. The real reason Laika exists is because I wanted to learn more about obfuscation & networking in Modern C. +Laika is a RAT (Remote Access Toolkit). Specifically the only feature Laika provides is the feature to spawn shells & execute commands. ***That is the only user-facing feature.*** Of course this wasn't meant to be a free RAT for skids to use, which is why the feature is it's *only* feature. The real reason Laika exists is because I wanted to learn more about obfuscation & networking in Modern C. ## So what should I do with Laika? -Learn from it! Laika exists to be hacked on, make an obfuscated build and try dumping strings from the end result. Play as the research analyst whose job it is to take this malware sample apart. This project is for learning how modern malware evade antivirus & make the research analyst's job difficult. +Learn from it! Laika exists to be hacked on, make an obfuscated build and try dumping strings from the end result. Play as the research analyst whose job it is to take this malware sample apart. This project is for learning how modern malware make research analyst's job difficult. ## Overview of the wiki