File http-favicon
Download: http://nmap.org/svn/scripts/http-favicon.nse
User Summary
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.
If the script arg favicon.uri is given, that relative URI is
always used to find the favicon. Otherwise, first the page at the root of the
web server is retrieved and parsed for a <link rel="icon">
element. If that fails, the icon is looked for in /favicon.ico.
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.
If a <link> favicon points to a different host or port, it is
ignored.
Script Arguments
favicon.root
Webserver path to search for favicon
favicon.uri
Uri that will be requested for favicon
http-max-cache-size, http.useragent, pipeline
See the documentation for the http library.Script Output
|_ http-favicon: Socialtext
Requires
categories default discovery safe
author Vlatko Kosturjak
copyright © Same as Nmap--See http://nmap.org/book/man-legal.html




