Free and open-source vulnerability scanner

Mageni eases for you the vulnerability scanning, assessment, and management process. It is free and open-source.

Install Now

Available for macOS, Windows, and Linux

App screenshot

Nmap NSE net: http-favicon

Information

Severity

Severity

Informational

Family

Family

Nmap NSE net

CVSSv2 Base

CVSSv2 Base

0.0

CVSSv2 Vector

CVSSv2 Vector

AV:N/AC:L/Au:N/C:N/I:N/A:N

Created

Created

12 years ago

Modified

Modified

5 years ago

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. SYNTAX: http.pipeline: If set, it represents the number of HTTP requests that'll be pipelined (ie, sent in a single request). This can be set low to make debugging easier, or it can be set high to test how a server reacts (its chosen max is ignored). http-max-cache-size: The maximum memory size (in bytes) of the cache. favicon.root: Web server path to search for favicon. favicon.uri: URI that will be requested for favicon.