I am looking for a brute force password tool along the same lines of the old L0phtcrack tool of yesteryear. Is there any such animal that has been updated for the new windows operating systems?

I would like to be able to run a quick check on the user passwords just to make sure none of them are easily busted with a dictionary attack.

link|improve this question

79% accept rate
feedback

6 Answers

up vote 6 down vote accepted

You might want to checkout insecure.org's top 10 password crackers list

Personally, I prefer John the ripper ... but YMMV : - )

link|improve this answer
+1 for John the Ripper – romandas Jul 29 '09 at 3:14
1  
+1 for reading Insecure.org's list. – KTC Jul 29 '09 at 4:06
@KTC Glad to know there're a lot of fellow readers out there, too : - ) – chakrit Jul 30 '09 at 18:00
feedback

ophcrack has worked very well for me in the past. I haven’t used it in a while, though, so I don’t know how well it works in Vista or 7, but it comes in a handy Live CD that requires no installation, so it’s worth a shot.

link|improve this answer
feedback

Look for something that uses rainbow tables like rainbowcrack

tools like this try to pre-compute the solution space and convert the brute force attack into a dictionary attack.

link|improve this answer
feedback

L0phtCrack is back.

link|improve this answer
feedback

Cain & Abel

Insecure.org's list posted by chakrit is top notch.

link|improve this answer
feedback

simply OPHCRACK!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.