Quantcast
Channel: BOT24
Viewing all articles
Browse latest Browse all 8064

Simple Rootkit

$
0
0
A simple attack via kernel module, with highly detailed comments.

Here we'll compile a kernel module which intercepts every "read" system call, searches for a string and replaces it if it looks like the gcc compiler or the python interpreter. This is meant to demonstrate how a compromised system can build a malicious binary from perfectly safe source code.

more here.........https://github.com/mrrrgn/simple-rootkit

Viewing all articles
Browse latest Browse all 8064

Trending Articles