linux-rootkit

Feature-rich interactive rootkit that targets Linux kernel 4.19, accompanied by a dynamic kernel memory analysis GDB plugin for in vivo introspection (e.g. using QEMU)
git clone git://git.deurzen.net/linux-rootkit
Log | Files | Refs

commit a1ea54c95767bf90efacd9d6449065e0164140db
parent e516b199122bed30f511a0a7d6367b7933c51874
Author: Tizian Leonhardt <tizianleonhardt@web.de>
Date:   Sun,  7 Feb 2021 00:24:13 +0100

Add demo 2g

Diffstat:
Mproject/slides/presentation.tex | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/project/slides/presentation.tex b/project/slides/presentation.tex @@ -315,7 +315,19 @@ \section{Results} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}[fragile]{\insertsection} + \framesubtitle{Demo 1 - Allocation \& Deallocation} + \begin{itemize} + \item We will demonstrate the output in a running system now + \end{itemize} +\end{frame} +\begin{frame}[fragile]{\insertsection} + \framesubtitle{Demo 2 - Rootkit Detection} + \begin{itemize} + \item We will demonstrate the output in a running system now + \end{itemize} +\end{frame} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{Discussion / Questions}