This repository hosts a highly technical Proof-of-Concept (PoC) for an Advanced Linux Loadable Kernel Module (LKM) Rootkit, developed in C. Its primary goal is to simulate sophisticated persistence ...
The kernel is the core of the operating system. Everything else — your terminal, your programs, your filesystem — sits on top of it. This module is about understanding what the kernel does, how to ...
At the 2001 Linux Kernel Summit, NSA developers presented their work on Security-Enhanced Linux (SELinux) and emphasized the need for enhanced security support in the main Linux kernel. In the ensuing ...
Many useful computer security tool ideas have a common genesis: the cracker world. Tools, like port scanners and password crackers, originally designed to aid black-hats in their attempts to ...
Security modules watch the rest of the Linux system for intruders, but if they’re dynamically loadable, qui custodiet ipsos custodes? The ever-contentious Linux Security Modules (LSM) API is being ...