NT4 need to find an accounts password any way to do this ?

Soldato
Joined
20 May 2010
Posts
3,042
Location
World
Hi Folks,
I have to do some work on an NT4 machine and I need to somehow
get the password of an account , are there any utils to do this?
Hopefully some OCuk windows Guru can help me.

Thanks in advance
 
I knew someone would post a reply with use blah util to reset it

Nope , I cant do that , hence that is why I asked if there was any way to read it

Thanks for trying tho
 
Can't you just log in with an administrator account instead, or ask the person who'se account it is?

I've used l0phtcrack to get the passwords before, or you could do it for free with Linux tools.
 
there is absolutly no way to view / get the password,

your options are

1) use brute force (as already said with loftcrack or such like
2) ask the person
3) reset the password
4) guess the password yourself
 
Thanks , checking that second link now .....
The PC is about 10 years olde (P3 500Mhz) , the person who set it up has long since left the company :(
 
I really appreciate everyones input .....
BUT

Can anyone actually answer the Question ?
 
Last edited:
NT4 uses LMHASH to store passwords and LMHASH is weak, very weak.

You can brute force the password in several hours on a modern PC and hence recover the original without resetting it. LMHASH has a max password length of 14 ASCII characters, which equates to 2^94 possible passwords. However the hash also stores them in separate halves of 7 characters each (lol). What this means is you can attack each 7 character half in parallel and each half has a maximum of 2^46 possible passwords. You can easily brute force all the keyspace of a 2^46 character password on a modern PC :)

I would use with Cain & Abel or Ophcrack.
 
Back
Top Bottom