|
-
Jan 25th, 2006, 07:57 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] [serious] Passwords ?
Ok, so i have the following -
Code:
VERSION:03
Administrator:500:0,3B,EB,97,C6,86,D0,E9,8C,AA,D3,B4,35,B5,14,04,EE:
_84,3D,77,DD,7D,4C,54,6E,CF,0F,8C,A0,EA,B6,83,8C,09670:::
Guest:501:0:0:::
HelpAssistant:1000:0,38,F1,1B,D6,BB,23,26,38,71,20,0D,9D,E4,70,14,61:
_13,1F,71,B5,71,E5,01,AB,3D,13,D6,7B,54,D5,11,5D,06D16:::
SUPPORT_388945a0:1002:0:
_26,FD,F5,AC,F6,27,56,EA,B7,CF,EA,E6,D5,3A,CB,A7,05EBE:::
user:1003:0:
_31,D6,CF,E0,D1,6A,E9,31,B7,3C,59,D7,E0,C0,89,C0,056D7:::
user2:1006:0,3B,EB,97,C6,86,D0,E9,8C,AA,D3,B4,35,B5,14,04,EE:
_84,3D,77,DD,7D,4C,54,6E,CF,0F,8C,A0,EA,B6,83,8C,09670:::
Which was extracted by a password recovery disk, how would i go about converting this to perfectly readable text ?
-
Jan 25th, 2006, 08:00 AM
#2
Re: [serious] Passwords ?
If they are SHA1 or MD5 hashes then you can't. Have a nice day.
-
Jan 25th, 2006, 08:03 AM
#3
Thread Starter
Frenzied Member
Re: [serious] Passwords ?
They sort of look like Hex though, i was hoping someone had done this before...
-
Jan 25th, 2006, 08:23 AM
#4
Fanatic Member
Re: [serious] Passwords ?
Perhaps a hex converter
however if this is the method of encryption being used I would consider changing it as that is far too easy too crack
 Life is one big rock tune 
-
Jan 25th, 2006, 08:44 AM
#5
Re: [serious] Passwords ?
I code C#....

-
Jan 25th, 2006, 08:46 AM
#6
Thread Starter
Frenzied Member
Re: [serious] Passwords ?
Nope, not at all.
This is what a password extractor dumped on me, its an old PC that i simply forgot the passwords too.
I've extracted them, now i need help decoding them :/
-
Jan 25th, 2006, 08:48 AM
#7
Lively Member
Re: [serious] Passwords ?
is that a bios password? Otherwise slap another image on the disk overwriting this one.
A post brought to you by the Grim Reaper Appreciation Society™
"Buy your lifetime subscription now and save on your coffin"
-
Jan 25th, 2006, 09:27 AM
#8
Thread Starter
Frenzied Member
Re: [serious] Passwords ?
No, they are user account passwords, i've tried booting into safe mode, but to no avail as the admin still has a password.
I just need an administrators account on that PC.
I know i culd just add a new one, but i have no idea how too :/
Reading this thread back it sounds bloody malicious, so i see where you're coming from VBcoder.
-
Jan 25th, 2006, 10:41 AM
#9
Re: [serious] Passwords ?
There is no point recovering the passwords, simply boot up using the recovery console and delete the file named SAM.
-
Jan 25th, 2006, 10:44 AM
#10
Thread Starter
Frenzied Member
Re: [serious] Passwords ?
 Originally Posted by visualAd
There is no point recovering the passwords, simply boot up using the recovery console and delete the file named SAM.
Ok, now why didn't i think of this.
Thanks.
-
Jan 25th, 2006, 02:44 PM
#11
Re: [serious] Passwords ?
Of course it's hex (or rather ascii representation of hex). Its still hashed. Just read the numbers into a byte array and process it from there. Although there's no point
You will have enough time to go to prison for hacking and it still won't be finished when you get out
Last edited by wossname; Jan 25th, 2006 at 03:03 PM.
I don't live here any more.
-
Jan 25th, 2006, 03:43 PM
#12
Fanatic Member
Re: [serious] Passwords ?
why not just set up the hard drive as a slave and take what you need off of it?
Software languages known:
Qbasic - TI-Basic - Liberty Basic - Visual Basic 6
Software API's known:
Directx 7 and 8
Internet languages, in the process of learning:
HTML - JAVASCRIPT - PHP - CSS - MYSQL - AJAX
-
Jan 25th, 2006, 03:53 PM
#13
Re: [serious] Passwords ?
Format C; will sort most of your probs
-
Jan 25th, 2006, 03:56 PM
#14
Thread Starter
Frenzied Member
Re: [serious] Passwords ?
 Originally Posted by I_Love_My_Vans
Format C; will sort most of your probs 
Format C: NTFS
-
Jan 28th, 2006, 04:17 PM
#15
Thread Starter
Frenzied Member
Re: [RESOLVED] Passwords ?
For anyone who may be interested the Admin password for this particular hash is "Antioc".
Cheers to all who helped
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|