Listing contents of .vdh file:
7z l <filename.vdh>
Mounting a .vhd file:
sudo guestmount --add <filname.vdh> --inspector --ro -v /mnt/vhd
To get image metadata:
exiftool name.jpg
Cracking a zip file:
fcrackzip -D -p wordlist file.zip
Last updated 2 months ago