phonebooth Posted September 6, 2006 Share Posted September 6, 2006 After watching episode 2 with the switchblade, I decided to make some rainbow tables. Darren was saying that the password was broken up into two seven character hashes. SO When i calculate the tables do I only need to make a 7 character table, or should I make it 14 because thats the biggest password size of LM hashes. Quote Link to comment Share on other sites More sharing options...
anyedie Posted September 6, 2006 Share Posted September 6, 2006 im dumb. 7 is perfect. Quote Link to comment Share on other sites More sharing options...
n3xg3n Posted September 9, 2006 Share Posted September 9, 2006 ^^ uh i dont think so ^^ Windows goes password hash = lm(PASSWOR) + lm(D) so 7 should work if you have the program separate them out right? Quote Link to comment Share on other sites More sharing options...
TuhituSan Posted September 18, 2006 Share Posted September 18, 2006 I recently watched the Hak.5 episode about Lm hashes and i wanted to create my own program to steal hashes. The problem is i have no idea where hashes are stored on the operating system. Would someone please point me in the direction of such information Quote Link to comment Share on other sites More sharing options...
TuhituSan Posted September 18, 2006 Share Posted September 18, 2006 I found where that hashes are located Quote Link to comment Share on other sites More sharing options...
Hellmark Posted September 21, 2006 Share Posted September 21, 2006 phonebooth, 7. the password gets broken into two separate LM hashes, so in order to get the password, you'd effectively have to crack two hashes and put the two pieces together. Quote Link to comment Share on other sites More sharing options...
Ebola Eater of Packets Posted September 28, 2006 Share Posted September 28, 2006 One other question. Where are the hashes stored, exactly? Is there a directory, or is it a RAM value? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.