From 1bfe2201caef4ba3f59bc113c9e4178d47215bbd Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 20 Nov 2009 04:46:58 +0000 Subject: [PATCH] Expand the description to note that this script can now look at html link rel elements and also to clarify better what this script does --- scripts/http-favicon.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-favicon.nse b/scripts/http-favicon.nse index 5d0bc43bc..0ca2e9bf3 100644 --- a/scripts/http-favicon.nse +++ b/scripts/http-favicon.nse @@ -1,5 +1,5 @@ description = [[ -Gets the favicon.ico from the root of a web service and tries to enumerate it +Obtains the favicon.ico from the root of a web service (or with the html link rel attribute if that fails) and tries to identify its source (such as a certain web application) using a database lookup. ]] ---