magento-hackathon / MageVersion

Fingerprint Magento instances to figure out which version is running.
9 stars 2 forks source link

Hash values for installs #1

Open steverobbins opened 9 years ago

steverobbins commented 9 years ago

I wanted to bring attention to this project: https://github.com/gwillem/magento-version-identification

It contains a list of hashes for all skin, js, and media files for most all versions of Magento. Using this list, we can come up with the shortest possible number of URLs to get hashes of which should determine the version.

I am using this in my project: http://magescan.steverobbins.com

Which is a sort of fingerprinting tool. I also check the copyright info in js/varien/product.js if the hashes method doesn't find a match.

Both of these method require that the server doesn't minify their css/js, however, so it's not always reliable.

sylvainraye commented 9 years ago

Hi Steve

Thanks for sharing. I find your project interesting, I will keep an eye on it

Cheers Sylvain