comeÃo
This commit is contained in:
8
relatorio/relatorio.aux
Normal file
8
relatorio/relatorio.aux
Normal file
@@ -0,0 +1,8 @@
|
||||
\relax
|
||||
\providecommand \babel@aux [2]{\global \let \babel@toc \@gobbletwo }
|
||||
\@nameuse{bbl@beforestart}
|
||||
\catcode `"\active
|
||||
\providecommand\hyper@newdestlabel[2]{}
|
||||
\providecommand\HyField@AuxAddToFields[1]{}
|
||||
\providecommand\HyField@AuxAddToCoFields[2]{}
|
||||
\babel@aux{portuguese}{}
|
||||
1
relatorio/relatorio.listing
Normal file
1
relatorio/relatorio.listing
Normal file
@@ -0,0 +1 @@
|
||||
openssl ca -revoke user.crt -config cheese.cfg -keyfile ca.key -cert ca.crt
|
||||
2096
relatorio/relatorio.log
Normal file
2096
relatorio/relatorio.log
Normal file
File diff suppressed because it is too large
Load Diff
0
relatorio/relatorio.out
Normal file
0
relatorio/relatorio.out
Normal file
56
relatorio/relatorio.tex
Normal file
56
relatorio/relatorio.tex
Normal file
@@ -0,0 +1,56 @@
|
||||
\documentclass[11pt,a4paper]{article}
|
||||
\usepackage[portuguese]{babel}
|
||||
\usepackage[lining]{ebgaramond}
|
||||
\usepackage{style}
|
||||
|
||||
\setlength{\parindent}{0em}
|
||||
\setlength{\parskip}{2ex}
|
||||
|
||||
\title{Practical Assignment \#2}
|
||||
\author{
|
||||
João Neto -- 2023234004\\[1em]
|
||||
Vasco Alves -- 2022228207
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
\newpage
|
||||
\tableofcontents
|
||||
|
||||
\newpage
|
||||
|
||||
\section{Introduction}
|
||||
\section{Arquitecture considered for the PA#3 (for both scenarios 1 and 2)}
|
||||
\subsection{Network structure}
|
||||
\subsection{Servers}
|
||||
\subsection{Services}
|
||||
|
||||
\section{Web application security testing}
|
||||
\subsection{Information Gathering}
|
||||
\subsection{Configuration and Deployment Management Testing}
|
||||
\subsection{Identity Management Testing}
|
||||
\subsection{Authentication Testing}
|
||||
\subsection{Authorization Testing}
|
||||
\subsection{Session Management Testing}
|
||||
\subsection{Input Validation Testing}
|
||||
\subsection{Testing for Error Handling}
|
||||
\subsection{Testing for Weak Cryptography}
|
||||
\subsection{Business Logic Testing}
|
||||
\subsection{Client Side Testing}
|
||||
\section{Web application security firewall}
|
||||
\subsection{Information Gathering}
|
||||
\subsection{Configuration and Deployment Management Testing}
|
||||
\subsection{Identity Management Testing}
|
||||
\subsection{Authentication Testing}
|
||||
\subsection{Authorization Testing}
|
||||
\subsection{Session Management Testing}
|
||||
\subsection{Input Validation Testing}
|
||||
\subsection{Testing for Error Handling}
|
||||
\subsection{Testing for Weak Cryptography}
|
||||
\subsection{Business Logic Testing}
|
||||
\subsection{Client Side Testing}
|
||||
\section{Conclusions}
|
||||
|
||||
|
||||
\end{document}
|
||||
0
relatorio/relatorio.toc
Normal file
0
relatorio/relatorio.toc
Normal file
64
relatorio/style.sty
Normal file
64
relatorio/style.sty
Normal file
@@ -0,0 +1,64 @@
|
||||
\usepackage[margin=1in]{geometry}
|
||||
\usepackage{raleway}
|
||||
\renewcommand{\familydefault}{\sfdefault}
|
||||
\usepackage{ulem}
|
||||
\usepackage{wrapfig}
|
||||
\usepackage{graphicx,tabularx,booktabs}
|
||||
\usepackage{paracol}
|
||||
\usepackage[dvipsnames]{xcolor}
|
||||
\usepackage{enumitem,amssymb}
|
||||
\usepackage[colorlinks=true,urlcolor=blue,linkcolor=MidnightBlue]{hyperref}
|
||||
\graphicspath{{./img/}}
|
||||
|
||||
\usepackage{enumitem,amssymb}
|
||||
\newlist{todolist}{itemize}{2}
|
||||
\setlist[todolist]{noitemsep, topsep=0pt,label=$\square$}
|
||||
|
||||
\usepackage{pifont}
|
||||
\usepackage{amssymb}
|
||||
|
||||
\usepackage[most]{tcolorbox}
|
||||
\tcbuselibrary{listings, skins, breakable}
|
||||
|
||||
\lstdefinestyle{mystyle}{
|
||||
basicstyle=\ttfamily\footnotesize,
|
||||
breakatwhitespace=false,
|
||||
breaklines=true,
|
||||
captionpos=b,
|
||||
keepspaces=true,
|
||||
numbers=left,
|
||||
numbersep=5pt,
|
||||
showspaces=false,
|
||||
showstringspaces=false,
|
||||
showtabs=false,
|
||||
tabsize=2,
|
||||
commentstyle=\color{gray},
|
||||
keywordstyle=\color{MidnightBlue}\bfseries,
|
||||
stringstyle=\color{ForestGreen}
|
||||
}
|
||||
|
||||
\newtcblisting{codeblock}[2][]{
|
||||
enhanced,
|
||||
breakable,
|
||||
colback=gray!2!white,
|
||||
colframe=gray!20!black,
|
||||
attach boxed title to top left={yshift*=-\tcboxedtitleheight/2, xshift=4mm},
|
||||
boxed title style={
|
||||
colback=gray!20!black,
|
||||
outer arc=0pt,
|
||||
arc=0pt,
|
||||
top=1pt,
|
||||
bottom=1pt,
|
||||
},
|
||||
fonttitle=\bfseries\ttfamily\footnotesize,
|
||||
title={#2},
|
||||
listing only,
|
||||
listing options={
|
||||
style=mystyle,
|
||||
language=#1,
|
||||
}
|
||||
}
|
||||
|
||||
\setlength{\parskip}{1em}%
|
||||
\setlength{\parindent}{0em}%
|
||||
|
||||
Reference in New Issue
Block a user