forked from fwalloe/KrackPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreportTemplate.tex
executable file
·51 lines (38 loc) · 1.74 KB
/
reportTemplate.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
\documentclass[12pt]{exam}
\usepackage[utf8]{inputenc}
\usepackage[margin=1in]{geometry}
\usepackage{amsmath,amssymb}
\usepackage{multicol}
\newcommand{\reportName}{KRACK vulnerability report}
\newcommand{\examdate}{\today}
\rfoot{Page \thepage}
\lfoot{KRACK was discovered by Mathy Vanhoef. This report was generated by KRACK+ a tool by Fredrik Walløe, Lars Trinborgholen and Lars Mæhlum}
\pagestyle{head}
\runningheader{\class}{\examnum\ - Page \thepage\ of \numpages}{\examdate}
\runningheadrule
\begin{document}
\noindent
\begin{tabular*}{\textwidth}{l @{\extracolsep{\fill}} r @{\extracolsep{6pt}} l}
\textbf{\reportName} & \examdate
\end{tabular*}\\
\rule[2ex]{\textwidth}{2pt}
This report contains the results of a vulnerability scan meant to determine whether devices are vulnerable to Key Reintallation Attacks. Note that the operating system is a best guess that may be inaccurate.\newline
FORKLARING AV ANGREPET I SVÆRT KORTE TREKK: type hva vil det si at man er sårbar mot groupkey eller pairwise. Bør være en ikke-teknisk forklaring med fokus på hva som er farene. \newline
% Results of scan are added by the parse script
\noindent \textbf{Vulnerable devices:} \newline \newline
% For each scanned device, this is the format:
% Device nr. <x> \newline
% MAC: <mac> \newline
% IP: <IP> \newline
% \newline
% (If the device is vulnerable against at least one of the two types):
% Vulnerable to: \newline
% (if the device is vulnerable to pairwise):
% Pairwise Key Reinstallation Attacks \newline
% (if the device is vulnerable to group key reinstallation attacks):
% Group Key Reinstallation Attacks \newline
% (If the device is not vulnerable at all):
% Not vulnerable \newline
% \newline \newline
% Should start right below here\newline
\end{document}