commit 74a5ee88853020a9770503f4d1946cd0d2feae60
parent 69a8a274c51e9ffac2d1258c83af00adc1910138
Author: Christos Margiolis <christos@FreeBSD.org>
Date: Thu, 27 Jul 2023 00:32:47 +0300
done
Diffstat:
10 files changed, 103 insertions(+), 0 deletions(-)
diff --git a/security/ex5/doc/doc.pdf b/security/ex5/doc/doc.pdf
Binary files differ.
diff --git a/security/ex5/doc/doc.tex b/security/ex5/doc/doc.tex
@@ -0,0 +1,91 @@
+\documentclass[12pt]{article}
+\usepackage[utf8]{inputenc}
+\usepackage[greek,english]{babel}
+\usepackage{alphabeta}
+\usepackage{fancyhdr}
+\usepackage{listings}
+\usepackage{mathtools}
+\usepackage{xcolor}
+\usepackage{float}
+\usepackage{siunitx}
+\usepackage[margin=0.5in]{geometry}
+\usepackage[backend=bibtex]{biblatex}
+
+\lstset {
+ basicstyle=\ttfamily,
+ columns=fullflexible,
+ breaklines=true,
+ keepspaces=true,
+ showstringspaces=false
+}
+
+\title{Εργαστήριο Ασφάλειας στην Τεχνολογία της Πληροφορίας -- Εργασία 5}
+\author{Χρήστος Μαργιώλης -- 19390133}
+\date{Ιούνιος 2023}
+
+\begin{document}
+
+\begin{titlepage}
+ \maketitle
+ \begin{figure}[t!]
+ \begin{center}
+ \includegraphics[scale=0.3]{./res/uniwalogo.png} \\
+ \Large
+ \textbf{Πανεπιστήμιο Δυτικής Αττικής} \\
+ \large
+ Τμήμα Μηχανικών Πληροφορικής και Ηλεκτρονικών Υπολογιστών
+ \end{center}
+ \end{figure}
+\end{titlepage}
+
+\renewcommand{\contentsname}{Περιεχόμενα}
+\tableofcontents
+\pagebreak
+
+\section{Εργαλεία}
+
+Τα δύο εργαλεία που χρησιμοποιήθηκαν για την εργασία είναι το
+\begin{itemize}
+ \item \lstinline{https://www.ssllabs.com/ssltest}
+ \item \lstinline{https://www.sslshopper.com/ssl-checker.html}
+\end{itemize}
+
+Το πρώτο εργαλείο πραγματοποιεί αρκετά πιο εκτενείς ελέγχους.
+
+\section{'Ασκηση 1}
+
+Το ηλεκτρονικό μαγαζί που θα ελεγχθεί είναι το skroutz.gr.
+
+\subsection{Εργαλείο 1}
+
+\includegraphics[width=\textwidth]{res/skroutz1.png} \\
+
+\subsection{Εργαλείο 2}
+
+\includegraphics[width=\textwidth]{res/skroutz2.png} \\
+
+\section{'Ασκηση 2}
+
+Η ειδησεογραφική σελίδα που θα ελεγχθεί είναι το CNN.
+
+\subsection{Εργαλείο 1}
+
+\includegraphics[width=\textwidth]{res/cnn1.png} \\
+
+\subsection{Εργαλείο 2}
+
+\includegraphics[width=\textwidth]{res/cnn2.png} \\
+
+\section{'Ασκηση 3}
+
+Η πανεπιστημιακή σελίδα που θα ελεγχθεί είναι το uniwa.gr.
+
+\subsection{Εργαλείο 1}
+
+\includegraphics[width=\textwidth]{res/uniwa1.png} \\
+
+\subsection{Εργαλείο 2}
+
+\includegraphics[width=\textwidth]{res/uniwa2.png} \\
+
+\end{document}
diff --git a/security/ex5/doc/doc.toc b/security/ex5/doc/doc.toc
@@ -0,0 +1,12 @@
+\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax
+\babel@toc {english}{}
+\contentsline {section}{\numberline {1}Εργαλεία}{2}{}%
+\contentsline {section}{\numberline {2}'Ασκηση 1}{2}{}%
+\contentsline {subsection}{\numberline {2.1}Εργαλείο 1}{2}{}%
+\contentsline {subsection}{\numberline {2.2}Εργαλείο 2}{3}{}%
+\contentsline {section}{\numberline {3}'Ασκηση 2}{3}{}%
+\contentsline {subsection}{\numberline {3.1}Εργαλείο 1}{3}{}%
+\contentsline {subsection}{\numberline {3.2}Εργαλείο 2}{4}{}%
+\contentsline {section}{\numberline {4}'Ασκηση 3}{4}{}%
+\contentsline {subsection}{\numberline {4.1}Εργαλείο 1}{5}{}%
+\contentsline {subsection}{\numberline {4.2}Εργαλείο 2}{6}{}%
diff --git a/security/ex5/doc/res/cnn1.png b/security/ex5/doc/res/cnn1.png
Binary files differ.
diff --git a/security/ex5/doc/res/cnn2.png b/security/ex5/doc/res/cnn2.png
Binary files differ.
diff --git a/security/ex5/doc/res/skroutz1.png b/security/ex5/doc/res/skroutz1.png
Binary files differ.
diff --git a/security/ex5/doc/res/skroutz2.png b/security/ex5/doc/res/skroutz2.png
Binary files differ.
diff --git a/security/ex5/doc/res/uniwa1.png b/security/ex5/doc/res/uniwa1.png
Binary files differ.
diff --git a/security/ex5/doc/res/uniwa2.png b/security/ex5/doc/res/uniwa2.png
Binary files differ.
diff --git a/security/ex5/doc/res/uniwalogo.png b/security/ex5/doc/res/uniwalogo.png
Binary files differ.