therabbit wrote:
Can Rainbow Tables crack the Unix Hashes?
Unix Hashes use Salt to prevent Rainbow Tables crack it.
And I suggest to make Distributed Brute Forcer support SSE and CUDA.
If you mean DES-Hashes, theoretically possible since the number of SALTS is limited, searching the forum should yield an article w. estimates. If you mean MD5-crypt or bcrypt - no. BarsMonster is working on a distributed bruteforcer ("salty cracker") and maybe others. A way of moving uncracked hashes from one project to another has been discussed. You can use john-mpi from bindshell.net if you have some machines. Requiremens: Open-MPI and SSH. This will work rather well for DES-Hashes. schwarzwaldhacker over at the barswf-forums released a CUDA-capable DES-Cracker.