-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdis.tex
More file actions
186 lines (160 loc) · 5.42 KB
/
Copy pathdis.tex
File metadata and controls
186 lines (160 loc) · 5.42 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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
\documentclass[12pt,letterpaper]{report}
\usepackage[square,numbers]{natbib}
\usepackage{geometry}
\usepackage{fancyhdr}
\usepackage{afterpage}
\usepackage{graphicx}
\usepackage{amsmath,amssymb,amsbsy}
\usepackage{dcolumn,array}
\usepackage{tocloft}
% for title case
\usepackage{titlecaps}
\Addlcwords{and, the, or, of, that, our, by, a, prevent, for}
% avoid widows
\usepackage[all]{nowidow}
\clubpenalty=10000
\usepackage{asudis}
%% These are for including code
%% and for upquotes
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{listings}
\usepackage{listingsutf8}
\usepackage{comment}
\usepackage{color}
\usepackage{dirtytalk} % for quotations
\usepackage[justification=centering]{caption}
\usepackage[pageanchor=true,plainpages=false,pdfpagelabels,bookmarks,bookmarksnumbered,hidelinks]{hyperref}
% for footnotes in tables
\usepackage{tablefootnote}
% for arithmetic
\usepackage{xintexpr}
\usepackage{textcomp} % access \textquotesingle
\definecolor{mygray}{rgb}{0.6,0.6,0.6}
\definecolor{lightgray}{rgb}{0.92,0.92,0.92}
\definecolor{darkgreen}{rgb}{0,0.7,0}
% default options for listings
\lstset{
backgroundcolor=\color{lightgray},
basicstyle=\footnotesize,
breaklines=true,
captionpos=b,
commentstyle=\color{darkgreen},
frame=single,
keywordstyle=\color{blue},
numbers=left,
numbersep=5pt,
numberstyle=\tiny\color{mygray},
rulecolor=\color{black},
showstringspaces=false,
upquote=true
}
\newcommand{\dq}[1]{``{#1}''}
%% THIS IS THE DATA FOR OUR THESIS, UPDATING HERE WILL UPDATE EVERYWHERE %%
\newcommand{\urls}{21,675,680\xspace}
\newcommand{\forms}{6,794,917\xspace}
\newcommand{\formsDelta}{31.35\%\xspace}
\newcommand{\emailforms}{1,132,157\xspace}
\newcommand{\emailformsDelta}{16.66\%\xspace}
\newcommand{\fuzzed}{934,016\xspace}
\newcommand{\fuzzedDelta}{82.50\%\xspace}
\newcommand{\recd}{52,724\xspace}
\newcommand{\recdDelta}{5.64\%\xspace}
\newcommand{\malfuzzed}{46,156\xspace}
\newcommand{\malfuzzedDelta}{87.54\%\xspace}
\newcommand{\success}{673\xspace}
\newcommand{\successDelta}{1.46\%\xspace}
\newcommand{\successWebsitesDelta}{0.029\%\xspace} % calc 296/1,019,921
\newcommand{\domains}{296\xspace}
\newcommand{\emailedDefaultmailbox}{111\xspace}
\newcommand{\responses}{15\xspace}
\newcommand{\confirmed}{10\xspace}
\newcommand{\ips}{413\xspace}
\newcommand{\ipsblacklist}{106\xspace}
\newcommand{\ipsblacklistmulti}{33\xspace}
\newcommand{\ehibcc}{329\xspace}
\newcommand{\ehixcheck}{396\xspace}
\newcommand{\ehito}{163\xspace}
\newcommand{\ehibccxcheck}{216\xspace}
\newcommand{\ehitoxcheck}{13\xspace}
\newcommand{\ehinuserxcheck}{219\xspace}
\newcommand{\ehiuniquenuserxcheck}{181\xspace}
% these refer to unique domains, not unique forms
\newcommand{\uniqueforms}{1,019,921\xspace}
\newcommand{\uniqueemailforms}{197,570\xspace}
\newcommand{\ehi}{E-\nobreak{}mail Header Injection\xspace}
\begin{document}
%-----------------------front matter
\pagenumbering{roman}
\title{E-Mail Header Injections\\
An Analysis of the World Wide Web}
\author{Sai Prashanth Chandramouli}
\degreeName{Master of Science}
\paperType{Thesis}
\defensemonth{April}
\defenseyear{2016}
\gradmonth{May}
\gradyear{2016}
\chair{Adam Doup\'{e}}
\memberOne{Gail-Joon Ahn}
\memberTwo{Ziming Zhao}
%%\memberThree{Your third member}
%%\memberFour{Your third member}
\maketitle
\doublespace
\include{abstract}
\dedicationpage{To my mother and father, for giving me the life I dreamt of,\\
To my sister, who constantly made me do better just to keep up with her,\\
To my family in Phoenix, for always being there,\\
To God, for making me so lucky, for letting me be strong when I had nothing, and making me believe when no one else would have.}
\begin{acknowledgements}
\input{sample_acknowledgements}
\end{acknowledgements}
\tableofcontents
% This puts the word "Page" right justified above everything else.
\addtocontents{toc}{~\hfill Page\par}
% Asking LaTeX for a new page here guarantees that the LOF is on a separate page
% after the TOC ends.
\newpage
% Making the LOT and LOF "parts" rather than chapters gets them indented at
% level -1 according to the chart: top of page 4 of the document at
% ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/tocloft/tocloft.pdf
\addcontentsline{toc}{part}{LIST OF TABLES}
\renewcommand{\cftlabel}{Table}
\listoftables
% This gets the headers for the LOT right on the first page. Subsequent pages
% are handled by the fancyhdr code in the asudis.sty file.
\addtocontents{lot}{Table~\hfill Page \par}
\newpage
\addcontentsline{toc}{part}{LIST OF FIGURES}
\addtocontents{toc}{CHAPTER \par}
\renewcommand{\cftlabel}{Figure}
% This gets the headers for the LOF right on the first page. Subsequent pages
% are handled by the fancyhdr code in the asudis.sty file.
\addtocontents{lof}{Figure~\hfill Page \par}
\listoffigures
%-----------------------body
\doublespace
\pagenumbering{arabic}
\include{introduction}
\include{problem_background}
\include{sys_design}
\include{exp_setup}
\include{results}
\include{discussion}
\include{rel_work}
\include{conclusion}
%-----------------------back matter
{\singlespace
% Making the references a "part" rather than a chapter gets it indented at
% level -1 according to the chart: top of page 4 of the document at
% ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/tocloft/tocloft.pdf
\addcontentsline{toc}{part}{REFERENCES}
\bibliographystyle{asudis}
\bibliography{biblio}}
\nocite{*}
\renewcommand{\chaptername}{APPENDIX}
\addtocontents{toc}{APPENDIX \par}
\appendix
\include{appendix1}
\end{document}