Linux Kernel Process Injection (Rootkit)
Too Long; Didn't Read
Process injection is a technique used by malware, rootkits, and other vulnerable software to run their malicious code inside an operating system. This article provides an example to show how easy it is to create a simple rootkit that will hide by itself inside of another process name. In the first step let's take a look at how processes are organized in the Linux Operating System.