Nytro Posted June 11, 2014 Report Posted June 11, 2014 [h=2]BlindElephant Web Application Fingerprinter[/h]The BlindElephant Web Application Fingerprinter attempts to discover the version of a (known) web application by comparing static files at known locations against precomputed hashes for versions of those files in all all available releases. The technique is fast, low-bandwidth, non-invasive, generic, and highly automatable. Sourceforge Project Page: https://sourceforge.net/projects/blindelephant/ Discussion and Forums: http://www.qualys.com/blindelephant License: LGPL [h=3]Getting Started[/h] BlindElephant can be used directly as a tool on the command line, or as a library to provide fingerprinting functionality to another program. [h=4]Pre-requisites:[/h] Python 2.6.x (prefer 2.6.5); users of earlier versions may have difficulty installing or running BlindElephant.[h=4]Get the code:[/h] Browse SVNCheckout via SVN:svn co https://blindelephant.svn.sourceforge.net/svnroot/blindelephant/trunk blindelephantDownload: BlindElephant Web Application Fingerprinter Quote