From 31822b2f3d0e1743a558b8d77539f24eb857c51e Mon Sep 17 00:00:00 2001 From: MatheuZSecurity Date: Fri, 10 Jan 2025 20:10:33 -0300 Subject: [PATCH] Add collection of codes focused on Linux rootkits --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 89ac90e..430cf9c 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,10 @@ Additional functions: Heroin, an LKM based rootkit, and many more LKM based rootkit techniques (it's backdated, but posses powerful knowledge). +- https://github.com/MatheuZSecurity/Rootkit + + Collection of codes focused on Linux rootkits + ## Contributing [Please refer the guidelines at contributing.md for details](CONTRIBUTING.md)