OVA Files
I had to figure out when a OVA file was published (for a virtual machine). The Open Virtualization Format (OVF) is the standard for these files.
The OVF standard specifies that a OVF package consists of a folder containing files. One of them is an XML file with metadata, with extension .ovf. The others are typically components of a virtual machine, like disk images.
An OVA file (extension .ova) is a tar archive of an OVF package.
This command gives me the modified timestamp of the contained files:
And you can uze 7-zip if you want a GUI:
The .mf file contains hashes of the contained files:
This is one way to verify the hash of a contained file (the disk image, in this case):
Didier Stevens
Senior handler
Microsoft MVP
blog.DidierStevens.com
Wireshark 4.2.0 Released
About 10 days ago, new versions of Wireshark were released.
A new major Wireshark release: 4.2.0.
And a bugfix release: 4.0.11. With 8 bug fixes and 2 vulnerabilities fixed, one of them an SSH dissector crash.
Didier Stevens
Senior handler
Microsoft MVP
blog.DidierStevens.com
Comments