{"id":2387,"date":"2010-01-11T09:18:42","date_gmt":"2010-01-11T09:18:42","guid":{"rendered":"https:\/\/www.darknet.org.uk\/?p=2387"},"modified":"2015-09-09T19:37:45","modified_gmt":"2015-09-09T11:37:45","slug":"wafp-web-application-finger-printing-tool","status":"publish","type":"post","link":"https:\/\/www.darknet.org.uk\/2010\/01\/wafp-web-application-finger-printing-tool\/","title":{"rendered":"WAFP – Web Application Finger Printing Tool"},"content":{"rendered":"

How it works?<\/strong><\/p>\n

WAFP fetches the files given by the Finger Prints from a webserver and checks if the checksums of those files are matching to the given checksums from the Finger Prints. This way it is able to detect the detailed version and even the build number of a Web Application.<\/p>\n

In detail?<\/strong><\/p>\n

A Web Application Finger Print consits of a set of relative file locations in conjunction with their md5sums. It is made based on a production or example installation of a Web Application or just out of an extracted Web Application install files tarball. For this task, generate_wafp_fingerprint.sh is to be used.<\/p>\n

WAFP comes with a README and a HOWTO file both containing some descriptions and examples.<\/p>\n

Example<\/strong><\/p>\n

A specific fingerprint with verbose mode enabled:<\/p>\n

wafp.rb --verbose -p phpmyadmin https:\/\/phpmyadmin.example.de<\/pre>\n