This commit is contained in:
2020-11-13 09:42:04 +01:00
commit 4b263e54fa
48 changed files with 17734 additions and 0 deletions

14
report/commands/info.tex Normal file
View File

@@ -0,0 +1,14 @@
%-----------------
% My infos
%----------------
\newcommand{\courseName}{}
\newcommand{\filiere}{Master of Science HES-SO in Engineering}
\newcommand{\projectname}{Challenge: HTTP Response Splitting}
\newcommand{\schoolyear}{2020 - 2021}
\newcommand{\subprojectname}{}
\newcommand{\titleName}{Ethical Hacking}
\newcommand{\titleNameShort}{EHK}
\newcommand{\professorNameA}{Sylvain \textsc{Pasini}}
\newcommand{\professorNameB}{Jean-Marc \textsc{Bost}}
\newcommand{\studentName}{Loïc \textsc{Guibert}}
\newcommand{\documenttype}{Report}

View File

@@ -0,0 +1,3 @@
\newcommand{\renamelstlistings}{Code snippet}
\renewcommand{\lstlistlistingname}{\renamelstlistings s}
\renewcommand{\lstlistingname}{\renamelstlistings}

View File

@@ -0,0 +1,11 @@
\newcommand{\itembullet}{\begin{itemize}[label={}]}
\newcommand{\newimage}[4]{
\begin{figure}[!h]
\begin{center}
\includegraphics[width=#1\textwidth]{#2}
\caption{#3}
\label{fig:#4}
\end{center}
\end{figure}
}