Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 455 Bytes

HOW TO DECRYPTE Western Digital DRIVE ON LINUX.md

File metadata and controls

19 lines (9 loc) · 455 Bytes

The Youtube Video : https://youtu.be/Qz51UelzByA

--+Notes :

The commands :

1- dmesg | grep -i scsi =>> to get the drive = sdd [DRIVE]

2- ./cookpw.py THEPASSWORD >password.bin =>> THEPASSWORD = your passcode

3- Install 'sg3_utils' package for your distro depends on the distro you use !

4- sudo sg_raw -s 40 -i password.bin /dev/sdd c1 e1 00 00 00 00 00 00 28 00

The Tools :