Monday, August 31, 2009

A faster way to crack hashes with a rainbow table

Hi everybody, it's been a long and busy time. however i still found some time to develop crack.pl to this wonderfull extent. Here's the situation:
I have a 20GB table and 120,000 hashes in a file. To parse all those hashes through the table used to take about one week 24/7. Now however it takes only 10 mins at most!! To generate a table i downloaded mil-dic and created a stat file in john then used the markov to generate a 12GB wordlist. Then used crack.pl to generate the 20GB table. Split the table into a lot of pices and lookup through the pices.
The advantage?
I know which part of the table to search! not the whole table like it used to :)
The tool can be downloaded from code.google.com/p/kalgecin

Friday, August 7, 2009

Crack.pl V2 released

I am proud to anounce that crack.pl v2 is out and can be downloaded from http://code.google.com/p/kalgecin.
I hope to introduce NT and NTLM cracking in later versions
Enjoy