-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
123 lines (97 loc) · 3.13 KB
/
thesis.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
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
% \documentclass[a4paper,13pt,twoside]{report}
\documentclass[a4paper,12pt]{report}
\usepackage{vntex}
\usepackage[left=3cm,right=2cm,top=2cm,bottom=3cm]{geometry}
\usepackage[acronyms]{glossaries}
\makeglossaries
\loadglsentries{acronyms.tex}
\include{thesis.preamble}
\include{thesis.hcmutformat}
\begin{document}
\DeclareFieldFormat{url}{\url{#1}}
% \title{\LARGE {\bf Title of my Ph.D. Thesis}\\
% \vspace*{6mm}
% }
% \author{Joe Bloggs}
% \submitdate{October 2008}
% \normallinespacing
% \maketitle
\begin{titlepage}
\begin{center}
% \begin{tabular}{rl}
\begin{tabular}{c}
ĐẠI HỌC QUỐC GIA THÀNH PHỐ HỒ CHÍ MINH\\
TRƯỜNG ĐẠI HỌC BÁCH KHOA\\
KHOA KHOA HỌC VÀ KĨ THUẬT MÁY TÍNH
\end{tabular}
% \end{tabular}
\end{center}
\vspace{1.5 cm}
\begin{picture}(50,0)(0,0)
\put(0,-30){\includegraphics[width=20mm, height=20mm]{images/hcmut.PNG}}
\end{picture}
\vspace{1.5 cm}
\begin{center}
\begin{tabular}{c}
\multicolumn{1}{c}{\textbf{{\Large LUẬN VĂN TỐT NGHIỆP}}}\\
\\
\hline
\\
\textbf{{\LARGE XÂY DỰNG ỨNG DỤNG}} \\
\textbf{{\LARGE KIỂM THỬ BẢO MẬT ỨNG DỤNG WEB}} \\
\textbf{{\LARGE THÔNG QUA THÔNG ĐIỆP HTTP}} \\
\\
\textbf{{\Large Building a HTTP message-based fuzzer}} \\
\textbf{{\Large for web application security testing}} \\
\\
\hline
\\
\end{tabular}
\end{center}
\vspace{1cm}
% \begin{table}[h]
\begin{tabular}{lllll}
\hspace{1 cm} \textbf{Hội đồng LVTN:}& &Khoa học máy tính\\\addlinespace
\hspace{1 cm} \textbf{Tập thể hướng dẫn:}\\\addlinespace
\hspace{2 cm} TS. Nguyễn An Khương &---& Khoa KH\&KT Máy tính, ĐHBK \\
\hspace{2 cm} Kỹ sư Đỗ Đình Huân &---& VNG Corporation \\
\hspace{2 cm} ThS. Nguyễn Cao Đạt &---& Khoa KH\&KT Máy tính, ĐHBK \\
\hspace{2 cm} ThS. Nguyễn Thanh Tùng &---& Khoa KH\&KT Máy tính, ĐHBK \\\addlinespace
\hspace{1 cm} \textbf{Giáo viên phản biện:}\\\addlinespace
\hspace{2 cm} TS. Lê Thành Sách &---& Khoa KH\&KT Máy tính, ĐHBK \\\addlinespace
\hspace{1 cm} \textbf{Sinh viên thực hiện:} \\\addlinespace
\hspace{2 cm} Đặng Nhật Trình &---& 1513685
\end{tabular}
% \end{table}
\vspace{1.5cm}
\begin{center}
{\footnotesize Tp. Hồ Chí Minh, Tháng 9, 2020}
\end{center}
\end{titlepage}
\preface
\input{dedication/dedication}
\input{abstract/abstract}
% \input{acknowledgements/acknowledgements}
% \input{quotes/quotes}
\body
\addcontentsline{toc}{chapter}{Danh mục viết tắt}
\printglossary[type=\acronymtype, title=Danh mục viết tắt, toctitle=Danh mục viết tắt]
\input{introduction/introduction}
\input{background/web.tex}
\input{background/testing.tex}
\input{background/vulnerabilities}
\input{technology/technology}
\input{body/pre-body}
\input{body/architecture.tex}
\input{body/implementation-backend.tex}
\input{body/implementation-ui-db.tex}
\input{body/evaluation.tex}
\input{conclusion/conclusion}
\appendix
\input{appendices/usage.tex}
\addcontentsline{toc}{chapter}{Tài liệu tham khảo}
% \bibliographystyle{alpha}
% \bibliographystyle{ieeetran}
% \bibliography{bibliography/bibliography}
\printbibliography
\end{document}