Find publicly accessible magento files that identify a version
Groff Other
Latest commit 0f068e8 Oct 13, 2016 root Added 1.9.3.0

README.md

Magento Version Identification

Hashes of static files can be used to determine the version of a remote Magento installation. Currently this results in an accurate version identification for 91,7% of 220,000 tested Magento installations worldwide.

See the resulting hashes

This repo does:

  • Generate md5sum from static files of Magento releases
  • Calculate the best set of checksums, optimized for coverage and speed (find the right version with the least amount of requests).

The original idea was discussed here.

Thanks to Steve Robbins for contributing Enterprise hashes.