Jump to content

Verification of High Sierra 10.1.3.1.05 Installer


makker
 Share

1 post in this topic

Recommended Posts

My App Store will only download the High Sierra 13.2.01 installer and I have had some issues with that version so I need High Sierra 13.1 but I can’t get it from the App Store anymore.

 

I was able to get a 13.1.05 installer from somewhere and I now want to verify that it is genuine. The checksums for InstallESD.dmg and BaseSystem.dmg match the 10.13.1 (17B48) ones as found at: https://github.com/notpeter/apple-installer-checksums

 

But I want to make sure that tools like createinstallmedia are also genuine. So I am looking for the SHA1 (or md5) hashes of all files in the installer app bundle. There is a great open-source osx verification project at https://sektioneins.de/en/blog/16-01-08-osx_verify.html that does exactly what I want but unfortunately High Sierra versions have not been added. It basically is a json with the hashes for all files in the bundle.

 

Is there anyone willing to provide me with all hashes of their Install macOS High Sierra 10.13.1.05 app bundle?

 

The tool from the link is a python script that iterates all files in the bundle, calculates the hashes, and writes it to a json file. It can be used like so:

 


cd osx_verify

./osx_verify.py --scan <insert path to 13.1.05 installer app here> --store 'Install macOS High Sierra.13.1.05.app.json' --description 'Install macOS High Sierra.13.1.05.app'

 

The json file will be created in the osx_verify/db folder.

 

If someone can post their json file here, or if someone has another way of verifying all the files in the bundle I would be grateful.

Link to comment
Share on other sites

 Share

×
×
  • Create New...