STEP 1: Use dd to extract image of your BitLocker encrypted device:
sudo dd if=/dev/disk2 of=/path/to/bitlockerimage conv=noerror,sync
STEP 2: Extract the hash using bitlocker2john:
bitlocker2john –i /path/to/bitlockerimage > hash.txt
STEP 4: Use JTR to crack the bitlocker hash:
john --format=bitlocker-opencl --wordlist=dict.txt hash.txt
openwall.info/wiki/john/Open…
amazon.com/dp/1793458618
#hashcrack