commit 303df00f239bcf0d7e965ea78236759e3b069271 Author: CPunch Date: Thu Jul 7 23:46:02 2022 -0500 Initial Home page diff --git a/What-is-Laika?.md b/What-is-Laika?.md new file mode 100644 index 0000000..2622507 --- /dev/null +++ b/What-is-Laika?.md @@ -0,0 +1,5 @@ +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. + +## 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.