Posts: 803
Threads: 135
Joined: Feb 2011
Hi,
According to your experience, what is the best (fastest) way to recover a LM hash ?
Bruteforce ? Huge dictionnary ? Other ?
Thank you for your help.
Posts: 2,936
Threads: 12
Joined: May 2012
if you have the power, brute force. if not, rainbow tables. lm is about the only application where rainbow tables are still relevant, provided you do not have sufficient compute power. of course dictionary attack can also be quite beneficial as well.
Posts: 803
Threads: 135
Joined: Feb 2011
I have a HD 7970, but the full charset bruteforce is still long.
I can't find GPU rainbow tables for LM ! Do you have a link ?
Posts: 2,936
Threads: 12
Joined: May 2012
yeah, brute force would take a bit of time with only a single gpu.
frt should have them, but they might be cuda only. bitweasil might be willing to generate some for grtcrack. would only take a few minutes to gen on our cluster.