1
0

tex: describe the ssl-labs pic

This commit is contained in:
surtur 2023-08-18 17:24:11 +02:00
parent 03b5acab96
commit a8f2623eff
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -1301,9 +1301,6 @@ gyroscope=(), magnetometer=(), fullscreen=(self), payment=()} declares that the
application is, for instance, never going to request access to payment
information, user microphone or camera devices, or geolocation.
The results of scanning the deployed application using Quallys' \textit{SSL
Labs} scanner can be seen in the picture~\ref{fig:ssllabs}.
\texttt{gobuster} was used in fuzzing mode to aid in uncovering potential
application misconfigurations. The wordlists used include:
@ -1316,7 +1313,13 @@ application misconfigurations. The wordlists used include:
The logs of the fuzzing operations are enclosed as
Appendix~\ref{appendix:gobusterFuzzingLogs}.
\obr{Quallys SSL Labs}{fig:ssllabs}{.89}{graphics/screen-sslLabs}
The results of scanning the deployed application using Quallys' \textit{SSL
Labs} scanner can be seen in the picture~\ref{fig:ssllabs}, confirming that
HSTS is deployed (including for the subdomains), the server supports TLS 1.3,
the DNS Certificate Authority Authorisation (CAA) has been configured for the
domain, with the overall grade being A+.
\obr{Quallys SSL Labs}{fig:ssllabs}{.70}{graphics/screen-sslLabs}