From b3371e13017583c5b514c2d1c02842212dfd9245 Mon Sep 17 00:00:00 2001 From: Florian Hoss Date: Mon, 2 May 2022 11:37:21 +0200 Subject: [PATCH] small fixes --- Lab02/documentation/format-string/format-string.tex | 4 +++- Lab02/documentation/shell/shell.tex | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Lab02/documentation/format-string/format-string.tex b/Lab02/documentation/format-string/format-string.tex index 63bfd50..0a01e79 100644 --- a/Lab02/documentation/format-string/format-string.tex +++ b/Lab02/documentation/format-string/format-string.tex @@ -1,4 +1,6 @@ -\section{Format String Exploitation} +\section{Part 3: Format String Exploitation} + +\subsection{Exploit} Der erste Versuch ist, viele Format-Strings als Vorname und Nachname einzugeben und das Ergebnis zu beobachten. Mit einem Debugger kann die Speicheraddresse der 3 Wichtigen Variablen ausgelesen werden. diff --git a/Lab02/documentation/shell/shell.tex b/Lab02/documentation/shell/shell.tex index b6ae385..5fb0171 100644 --- a/Lab02/documentation/shell/shell.tex +++ b/Lab02/documentation/shell/shell.tex @@ -1,4 +1,4 @@ -\section{Reverse Shell Exploitation With Netcat} +\section{Part 2: Reverse Shell Exploitation With Netcat} \subsection{Erster Test}