Results 1 to 15 of 15

Thread: [RESOLVED] Passwords ?

  1. #1

    Thread Starter
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Resolved [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 ?
    Zeegnahtuer?

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: [serious] Passwords ?

    If they are SHA1 or MD5 hashes then you can't. Have a nice day.

  3. #3

    Thread Starter
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Re: [serious] Passwords ?

    They sort of look like Hex though, i was hoping someone had done this before...
    Zeegnahtuer?

  4. #4
    Fanatic Member Valleysboy1978's Avatar
    Join Date
    Nov 2004
    Location
    Planet Xeoroaniar CC Posts:1,928,453,459,361
    Posts
    770

    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

  5. #5
    Hyperactive Member vbcode1980's Avatar
    Join Date
    Nov 2005
    Location
    Anywhere the wind blows
    Posts
    365

    Re: [serious] Passwords ?

    Isn't this illegal talk?
    I code C#....

  6. #6

    Thread Starter
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    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 :/
    Zeegnahtuer?

  7. #7
    Lively Member Wally Pipp's Avatar
    Join Date
    Jan 2002
    Location
    Carnivàle
    Posts
    79

    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"

  8. #8

    Thread Starter
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    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.
    Zeegnahtuer?

  9. #9
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: [serious] Passwords ?

    There is no point recovering the passwords, simply boot up using the recovery console and delete the file named SAM.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  10. #10

    Thread Starter
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    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.
    Zeegnahtuer?

  11. #11
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    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.

  12. #12
    Fanatic Member damasterjo's Avatar
    Join Date
    Nov 2005
    Location
    In front of my Comp DirectX7 EXpert
    Posts
    827

    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

  13. #13
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    Re: [serious] Passwords ?

    Format C; will sort most of your probs

  14. #14

    Thread Starter
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Re: [serious] Passwords ?

    Quote Originally Posted by I_Love_My_Vans
    Format C; will sort most of your probs
    Format C: NTFS
    Zeegnahtuer?

  15. #15

    Thread Starter
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Re: [RESOLVED] Passwords ?

    For anyone who may be interested the Admin password for this particular hash is "Antioc".

    Cheers to all who helped
    Zeegnahtuer?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width