diff --git a/document/Dissertation/LaTeX file/00_Thesis.pdf b/document/Dissertation/LaTeX file/00_Thesis.pdf
index 069631459b2e026db34670eee4b6dd5fa753c94f..ba38d5c3c1aa0eea8db8130eb7702918519f816d 100644
Binary files a/document/Dissertation/LaTeX file/00_Thesis.pdf and b/document/Dissertation/LaTeX file/00_Thesis.pdf differ
diff --git a/document/Dissertation/LaTeX file/00_Thesis.synctex.gz b/document/Dissertation/LaTeX file/00_Thesis.synctex.gz
index ab0841535d773031ce64138d6af570fc1244b375..91c75a0c11ed434d58061d791645b787906be107 100644
Binary files a/document/Dissertation/LaTeX file/00_Thesis.synctex.gz and b/document/Dissertation/LaTeX file/00_Thesis.synctex.gz differ
diff --git a/document/Dissertation/LaTeX file/00_Thesis.tex b/document/Dissertation/LaTeX file/00_Thesis.tex
index 22dce14adc8a6ace78a05ade589b78ff6d0caf40..9c1372713dd1eaa6652a609ea7d9a52220af7a75 100644
--- a/document/Dissertation/LaTeX file/00_Thesis.tex	
+++ b/document/Dissertation/LaTeX file/00_Thesis.tex	
@@ -56,7 +56,7 @@
 
 \begin{abstract}
 
-	Cross-site scripting (XSS) attack is a computer vulnerability that allow attacker to insert their own script to the web page to modify the web page in a way they want. By using XSS attack, attacker can modified the web page, stealing information from user, etc. These days, developer usually fix known XS vulnerabilities before been attack, or clean up the suspicious input using firewall before it send to the server. Both approach can not let developer react to the attack if a XSS attack really happen. To answer the question that ``Through adding attack detection tools on server side, how much improvement on the efficiency can a system get when it is attacked?'', his project focuses on building a server side detection tool using pattern matching technique based on regular expression, the tool will notify the developer for possible XSS attacks and in this case make developer react earlier when XSS happened real time. We use three attack script to attack a server and use our detection tool on server side to test the effectiveness of the tool. The final result show both advantage and disadvantage of this detection technique.
+	Cross-site scripting (XSS) attack is a computer vulnerability that allow attacker to insert their own script to the web page to modify the web page in a way they want. By using XSS attack, attacker can modify the web page, stealing information from user, etc. These days, developer usually fix known XS vulnerabilities before been attack, or clean up the suspicious input using firewall before it been sent to the server. Both approaches cannot let developer react to the attack if a XSS attack really happen. To answer the question that ``Through adding attack detection tools on server side, how much improvement on the efficiency can a system get when it is attacked?'', his project focuses on building a server side detection tool using pattern matching technique based on regular expression, the tool will notify the developer for possible XSS attacks and in this case make developer react earlier when XSS happened real time. We use three attack script to attack a server and use our detection tool on server side to test the effectiveness of the tool. The final result show both advantage and disadvantage of this detection technique.
 
 \end{abstract}