From c2bd2ee67961dc1560689a7a08aad0e2b54c0147 Mon Sep 17 00:00:00 2001 From: adrien <adrien@malingrey.fr> Date: Sun, 9 Apr 2023 20:02:18 +0200 Subject: [PATCH] https favicon --- results.xsl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/results.xsl b/results.xsl index 374069a..6b333c7 100644 --- a/results.xsl +++ b/results.xsl @@ -71,6 +71,9 @@ </xsl:choose> </xsl:attribute> <xsl:choose> + <xsl:when test="$scannedHost/ports/port/service/@name='https'"> + <i class="icon"><img class="ui image" src="https://{$scannedHostAddress}/favicon.ico" alt="" /></i> + </xsl:when> <xsl:when test="$scannedHost/ports/port/service/@name='http'"> <i class="icon"><img class="ui image" src="http://{$scannedHostAddress}/favicon.ico" alt="" /></i> </xsl:when>