-
Notifications
You must be signed in to change notification settings - Fork 0
/
PartTwo.tex
65 lines (60 loc) · 1.64 KB
/
PartTwo.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
\documentclass[11pt, a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage{lscape} % Make a page in landscape format \begin{landscape}
\usepackage{colortbl} % To color table cells
\usepackage{color} % Able to change textcolor
\usepackage[table]{xcolor}
\usepackage{longtable}
\usepackage{graphicx} % Able to add pictures
\usepackage{parskip} % Separate paragraphs with a blank line
% rather than using indentation
\usepackage{hyperref} % Support for hyperlinks
\usepackage[protrusion=true,expansion=true]{microtype} % Improve justification
\usepackage{subfigure}
\usepackage{hyperref}
\usepackage{caption}
\usepackage{float}
\usepackage{afterpage}
\usepackage{lipsum}
\usepackage{wrapfig}
\usepackage{array}
\usepackage{sidecap}
\usepackage{appendix}
\usepackage{fancyhdr}
\usepackage{changepage}
\usepackage{tabularx}
\usepackage{multirow}
\hypersetup{%
pdfborder = {0 0 0}
}
\begin{document}
\input{frontpage2.tex}
\clearpage
\tableofcontents
\clearpage
\input{PartTwo/introduction.tex}
\clearpage
\input{PartTwo/testingFramework.tex}
\clearpage
\input{PartTwo/penetrationTesting.tex}
\clearpage
\input{PartTwo/informationGathering.tex}
\clearpage
\input{PartTwo/configurationManagementTesting.tex}
\clearpage
\input{PartTwo/authenticationTesting.tex}
\clearpage
\input{PartTwo/sessionManagementTesting.tex}
\clearpage
\input{PartTwo/authorizationTesting.tex}
\clearpage
\input{PartTwo/businessLogicTesting}
\clearpage
\input{PartTwo/dataValidationTesting.tex}
\clearpage
\input{PartTwo/DoSTesting.tex}
\clearpage
\input{PartTwo/webServicesTesting.tex}
\clearpage
\input{PartTwo/AJAXTesting.tex}
\end{document}