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. ]] ---