forked from cyber-cfreg/Penetration-Test-Report-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
31 lines (31 loc) · 1.11 KB
/
main.tex
File metadata and controls
31 lines (31 loc) · 1.11 KB
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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Penetration Test Report Template %
% cyber@cfreg %
% https://hack.newhaven.edu/ %
% %
% Contributors: %
% TJ Balon - https://github.com/balon %
% Samuel Zurowski - https://github.com/samuelzurowski %
% Charles Barone - https://github.com/CharlesBarone %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt, table,dvipsnames]{article}
\include{packages}
\include{tex/config}
\begin{document}
\title{\doctitle}
\pagenumbering{arabic}
\input{title}
\renewcommand{\contentsname}{Table of Contents}
\tableofcontents\thispagestyle{fancy}
\newpage
\include{tex/sections/1_1_executive}
\input{tex/sections/1_2_overview}
\input{tex/sections/1_3_scope}
\newpage
\include{tex/sections/2_1_observations}
\include{tex/sections/3_methodology}
\newpage
\include{tex/sections/4_findings}
\include{tex/sections/5_conclusion}
\include{tex/sections/6_appendices}
\end{document}