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 argument 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. If
a <link> favicon points to a different host or port, it is ignored.
Script Arguments
favicon.root
Web server 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.Example Usage
nmap --script=http-favicon.nse \ --script-args favicon.root=<root>,favicon.uri=<uri>
Script Output
|_ http-favicon: Socialtext
Requires
Categories: default discovery safe
Author: Vlatko Kosturjak
License: Same as Nmap--See http://nmap.org/book/man-legal.html




