1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-16 04:39:03 +00:00

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

This commit is contained in:
fyodor
2009-11-20 04:46:58 +00:00
parent e88781716e
commit 1bfe2201ca

View File

@@ -1,5 +1,5 @@
description = [[ 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.
]] ]]
--- ---