All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 897 posts ]  Go to page Previous  1 ... 37, 38, 39, 40, 41, 42, 43 ... 45  Next
Author Message
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: July 28th, 2014, 18:48 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 15529
Location: Australia
Maelstrom wrote:
fzabkar, have got error reading drq with this script in mhdd.. (after the string "checkdrq")

That could be because the command runs in PIO mode rather than DMA mode. I suspect that removing the "checkdrq" line or prefixing it with a ";" should fix the problem. I'll give it a try when I have time.

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: July 28th, 2014, 19:53 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 15529
Location: Australia
Sorry, I should have tested my code (there were typos).

I have now verified that the following works (cut-and-pasted from working script).

Code:
; send ATA SECURITY DISABLE PASSWORD command to disable password

reset
waitnbsy
regs = $00 $00 $00 $00 $00 $a0 $f6
waitnbsy
checkdrq
sectorsfrom = disablpw.bin

The user password was "TESTPWD".

disablpw.bin

Code:
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F

00000000  00 00 54 45 53 54 50 57 44 00 00 00 00 00 00 00  ..TESTPWD.......
00000010  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
........
000001F0  00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: July 29th, 2014, 14:09 
Offline

Joined: July 29th, 2014, 13:55
Posts: 1
Location: Poland
PLEASE HELP!!!
I have this:
Code:
starts from 00000000 line and so on:
00 BA 00 19 01 00 00 00 00 00 01 60 02 12 00 22 00 0A 00 00 00 .º.........`...".....
00 00 00 01 01 00 00 01 E0 01 0F 0F 01 02 02 0A 01 01 00 02 02 ........à............
04 01 00 FF FF 05 00 00 01 00 00 00 00 00 40 0B 00 01 00 00 00 ...ÿÿ.........@......
00 05 00 00 00 00 00 FF FF 00 00 00 00 12 0A 12 00 00 00 05 00 .......ÿÿ............
00 00 00 00 1E 00 00 00 00 00 00 00 00 00 4D 00 24 00 07 00 12 ..............M.$....
33 00 00 00 0E 00 00 00 00 00 01 00 00 00 00 00 00 07 00 01 02 3....................
0D 00 01 03 00 03 01 00 01 00 00 00 00 00 00 00 01 57 44 43 20 .................WDC
57 44 32 35 30 30 41 41 4A 53 2D 37 35 56 57 41 30 20 20 20 00 WD2500AAJS-75VWA0   .
00 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 .                   
00 01 53 7C 42 7C 4C 41 50 46 4D 4B 48 37 43 5A 52 55 56 52 4B ..S|B|LAPFMKH7CZRUVRK
53 55 46 00 20 20 20 20 20 20 20 20 20 20 20 20 20 31 32 2D 31 SUF.             12-1
36 2D 32 30 30 37 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 6-2007...............
00 00 00 00 00 00 00 00 01 01 00 00 00 00 00 00 00 00 00 00 00 .....................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 .....................
00 57 44 43 57 44 43 57 44 43 57 44 43 57 44 43 57 44 43 57 44 .WDCWDCWDCWDCWDCWDCWD
43 57 44 43 57 44 43 57 44 43 57 00 08 C0 FE FF 00 01 36 00 00 CWDCWDCWDCW..Àþÿ..6..
F4 01 C4 09 14 20 32 00 00 00 0F 00 01 03 00 00 01 78 00 32 00 ô.Ä.. 2..........x.2.
20 00 55 FF 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  .Uÿ.................
00 00 00 00 00 00 00 00 00 58 58 58 58 58 58 58 58 58 58 58 58 .........XXXXXXXXXXXX
58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 XXXXXXXXXXXXXXXXXXXXX
58 58 58 58 58 58 58 58 58 58 58 58 58 58 58 01 01 01 01 01 00 XXXXXXXXXXXXXXX......
00 00 00 00 00 00 00 00 01 00 05 10 27 00 00 88 13 00 00 00 00 ............'..ˆ.....
E8 03 00 00 88 13 00 00 1E 00 00 00 05 00 01 00 00 00 00 00 00 è...ˆ................
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 .....................
and the last line not fully filled 000001F8: 00 00 00 00 00 00 00 00 ........



from mhdd
what should I do next?
My rive if mint condition...

I use this link:
http://hugowan.blogspot.com/2012/05/unl ... sword.html


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: July 29th, 2014, 15:28 
Offline

Joined: July 7th, 2010, 4:45
Posts: 924
Location: UK
Master password
WDCWDCWDCWDCWDCWDCWDCWDCWDCWDCW

Loki


Last edited by loki on July 29th, 2014, 15:32, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: July 29th, 2014, 15:29 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 15529
Location: Australia
@koneksja, your drive has no password.

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: August 26th, 2014, 4:04 
Offline

Joined: March 17th, 2014, 14:10
Posts: 10
Location: Louisiana
hi everyone, a few months ago I had success unlocking a WD hd, so today I am having trouble with dumping the bin for a Fujitsu hd that I have, does anyone know why I may be having trouble with mhdd sumping the bin for me?
thanks for any help that can be provided it is greatly appreciated.
hd is a FUJITSU MJA2160BH G2


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: August 26th, 2014, 15:19 
Offline

Joined: March 17th, 2014, 14:10
Posts: 10
Location: Louisiana
Hi, I believe I have made some progress in getting the .bin from my FUJITSU hd, I have included the .bin that I was able to get from it, I suspect that the password is in there, would anyone be able to maybe verify this suspicion?


Attachments:
File comment: pic of the .bin
Capture.PNG
Capture.PNG [ 46.85 KiB | Viewed 15736 times ]
File comment: .bin is from victoria, I think it may contain the passwords
FUJITSU MJA2160BH G2_K95BT9926V25.zip [426 Bytes]
Downloaded 469 times
Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: August 26th, 2014, 17:31 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 15529
Location: Australia
That's an Identify Device information block. It has nothing to do with passwords. In any case this thread is about WD drives.

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: August 29th, 2014, 19:11 
Offline

Joined: March 17th, 2014, 14:10
Posts: 10
Location: Louisiana
i just thought about that today I realized I posted it here...thanks, is there a thread that you know of about Fujitsu drives in reference to passwords?


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: September 14th, 2014, 17:04 
Offline

Joined: September 14th, 2014, 17:00
Posts: 1
Location: Cyberspace
Hello, this is the hex view of my 22.bin. I'm a bit clueless about where I can find my password though.

Image


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: September 23rd, 2014, 14:55 
Offline

Joined: September 23rd, 2014, 14:46
Posts: 2
Location: United Kingdom
Hi all

After days and days of head scratching, reading and re-reading these last 42 pages, I am still no closer to working out this password.

I can see the mater password WDC.....WDC etc, but unable to see where 01 07 00 is and where the password starts. The Hard drive is from my wifes (now dead) Dell Inspiron 6400. Password was put on when she was at Uni and shes now forgotten it. Ive put it into a newer dell to retrieve the data, but asking for a password on start up.

Thanks in advance


Attachments:
22.bin.jpeg
22.bin.jpeg [ 150.98 KiB | Viewed 15466 times ]
Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: September 24th, 2014, 5:00 
Offline

Joined: January 8th, 2008, 5:21
Posts: 925
Location: uk
@ryanmini1275
In your case to be able to disable a password it would be easier to mount the drive in a pc not in another Dell laptop.
Look at the address starting 10e.....00 01 01 and you can see your drive is not showing as locked so maybe you have some other kind of drive protection?

01 01 = password disabled
01 07 = password enabled


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: September 24th, 2014, 9:41 
Offline

Joined: September 24th, 2014, 5:52
Posts: 2
Location: This Planet
I'm stuck with WD2500BEVT-35A23T0 from Samsung notebook NP-R530 locked with unknown user/master passwords. (User told, that never set any passwords in BIOS).
All 3 dump scripts gave error "No DRQ". Dump and dump48 after line 11 and dump2 after line 7. May be I need other sequences for this drive? Tried with other drive (Desktop WD75000AADS) - all scripts working fine. Also tried script from fzabkar posted 02.06.14 at page 41 on both drive. Same error "No DRQ" after line 12 on first drive and success on second. (There no passwords on that second drive, but zeroed user password and factory master password was grabbed succefully to files.) And now, one stupid thing. At first try with locked drive my cs.bin was 517 byte in length. :oops: (I was shocked when hex-editor from Hiren's CD shifted contents against replacing). Anybody knows, could be this fatal for drive? How much sectors realy was written by sectorsfrom command? Need I to restore the original contents if that was overwritten and how? Now I looking on PC-garbage laying around me for similar drive to try to read that contents if any...
Any advices are welcome!


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: September 24th, 2014, 13:56 
Offline

Joined: September 23rd, 2014, 14:46
Posts: 2
Location: United Kingdom
I got the 22.bin file from my PC but made sure the lock was still active on the Dell. Still says it holds a password in Victoria and MHDD.

Any thoughts?


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: October 1st, 2014, 12:15 
Offline

Joined: February 21st, 2013, 0:42
Posts: 4
Location: tehran
please tell me where my password is.

“WDCWDCWDCWDCWDCWDCWDCWDCWDCWDCW” Not worked.


Attachments:
22.bin.png
22.bin.png [ 47.41 KiB | Viewed 15330 times ]
Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: October 1st, 2014, 12:57 
Offline

Joined: January 7th, 2012, 11:48
Posts: 31
Location: netherlands
sedric wrote:
please tell me where my password is.

“WDCWDCWDCWDCWDCWDCWDCWDCWDCWDCW” Not worked.



look at 00000170 tabernus is your password


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: October 2nd, 2014, 4:27 
Offline

Joined: February 21st, 2013, 0:42
Posts: 4
Location: tehran
zenelli wrote:
sedric wrote:
please tell me where my password is.

“WDCWDCWDCWDCWDCWDCWDCWDCWDCWDCW” Not worked.



look at 00000170 tabernus is your password

doesn't work :(


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: October 2nd, 2014, 11:18 
Offline

Joined: January 7th, 2012, 11:48
Posts: 31
Location: netherlands
which program you use for entering the password?


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: October 2nd, 2014, 17:50 
Offline

Joined: February 21st, 2013, 0:42
Posts: 4
Location: tehran
zenelli wrote:
which program you use for entering the password?

Mhdd 4.5


Top
 Profile  
 
 Post subject: Re: Unlocking ATA Password for Western Digital
PostPosted: October 3rd, 2014, 2:06 
Offline

Joined: September 24th, 2014, 5:52
Posts: 2
Location: This Planet
Succefully unlocked WD2500BEVT-35A23T0 from Samsung notebook NP-R530! After 2 weeks of "dances with a tambourine" on 4 different desktops with MHDD4.5 and scripts for it from here and from http://yura.puslapiai.lt/files/wd/mhdd/index.html, I suspected some firmware modification from notebook manufacturer and just installed disk to its place on notebook and gave a try pwgwn-samsung.py from https://github.com/dogbert/bios-pwgen/b ... samsung.py and also the http://bios-pw.org Voilà!
Need a remark. First time both of them generated a little different passwords p54xa8s and p54xa8sb for code 318C300AA587097C30. No luck with both. On second try password was p54xa8s5 for code 436403284b3c841fc0. No luck. Then I entered to BIOS Setup and set supervisor password 11111111. Superviser password needed to set/clear HDD password in BIOS Setup. After that catched that password by code 360110044080020800 and one more time by code 280401104002088010. Entered in BIOS Setup again and cleared supervisor password. After that notebook accept password p54xa8s5. After unlocking HDD all scripts, I tried before with no luck, works fine. Script from fzabkar damped master password as '50 00 35 00 34 00 58 00 41 00 38 00 53 00 35 00 ..... 00' i.e. P54XA8S5 - all capitals spaced with 00 and ended with 00's.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 897 posts ]  Go to page Previous  1 ... 37, 38, 39, 40, 41, 42, 43 ... 45  Next

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: dbalf, Google Adsense [Bot] and 72 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group