[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 ?
Re: [serious] Passwords ?
If they are SHA1 or MD5 hashes then you can't. Have a nice day.
Re: [serious] Passwords ?
They sort of look like Hex though, i was hoping someone had done this before...
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
Re: [serious] Passwords ?
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 :/
Re: [serious] Passwords ?
is that a bios password? Otherwise slap another image on the disk overwriting this one.
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.
Re: [serious] Passwords ?
There is no point recovering the passwords, simply boot up using the recovery console and delete the file named SAM.
Re: [serious] Passwords ?
Quote:
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.
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 :D
Re: [serious] Passwords ?
why not just set up the hard drive as a slave and take what you need off of it?
Re: [serious] Passwords ?
Format C; will sort most of your probs ;)
Re: [serious] Passwords ?
Quote:
Originally Posted by I_Love_My_Vans
Format C; will sort most of your probs ;)
Format C: NTFS
Re: [RESOLVED] Passwords ?
For anyone who may be interested the Admin password for this particular hash is "Antioc".
Cheers to all who helped ;)