From d5934cef9ef3563141874c6411aed5c33d255caf Mon Sep 17 00:00:00 2001 From: david Date: Mon, 1 Feb 2010 04:05:44 +0000 Subject: [PATCH] Fix a typo in http-favicon.nse. --- 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 6be7f6f4c..18957d6e3 100644 --- a/scripts/http-favicon.nse +++ b/scripts/http-favicon.nse @@ -1,5 +1,5 @@ description = [[ -Gets the favicon ("favorites icon") from a web page matches it against a +Gets the favicon ("favorites icon") from a web page and matches it against a database of the icons of known web applications. If there is a match, the name of the application is printed; otherwise the MD5 hash of the icon data is printed.