diff --git a/nmap/http-get.nse b/nmap/http-get.nse index c1d76ad..f4ef085 100644 --- a/nmap/http-get.nse +++ b/nmap/http-get.nse @@ -44,7 +44,7 @@ action = function(host, port) answer = http.get_url(scheme.."://"..hostaddress..":"..port.number.."/"..path) if (answer and answer.status == 200) then - favicon_relative_uri = parseIcon(answer.body) or "/favicon.ico" + favicon_relative_uri = parseIcon(answer.body) or "favicon.ico" end favicon_absolute_uri = scheme.."://"..hostaddress..":"..port.number.."/"..favicon_relative_uri diff --git a/results.xsl b/results.xsl index 09d5226..67cf65a 100644 --- a/results.xsl +++ b/results.xsl @@ -24,12 +24,10 @@ .ui.mini.button { padding: 1em; } - .icon { display: flex !important; align-items: center; } - .icon > img { width: 16px; height: 16px; @@ -78,16 +76,16 @@