
"PasswordsPro program is Shareware.
The personal license price is $40 USD. "
http://www.insidepro...swordspro.shtml
PasswordsPro, in my opinion, is one of the best password cracking programs out there. With ease, I'm able to code up a small VB app that takes a dumped MySQL table and formats it according to how PasswordsPro loads a list of passwords and then simply open PasswordsPro and pick what kind of attack I want and click "go."
From the site:
The program features:
It can handle:* Passwords recovery using following methods:
- Preliminary attack;
- Full brute-force attack (including distributed attack);
- Mask attack;
- Simple dictionary attack;
- Combined dictionary attack;
- Hybrid dictionary attack;
- Pre-calculated Rainbow-tables attack;
* Recovery of passwords up to 128 symbol length;
* Recovery of passwords for incomplete hashes of any type;
* User's hashes editor;
* Quick change of hashes type for one or several users;
* Search of data in the list of imported users;
* Quick add of the hash using dialog box;
* Quick check of the current password for all imported users;
* Use of symbol replace tables for the simple dictionary attack;
* Unlimited number of dictionaries used for dictionary attack;
* Unlimited number of tables used for pre-calculated Rainbow-tables attack;
* Unlimited number of users with hashes (in the licensed version);
The program is designated to recover passwords for following types of hashes:
* MySQL
* MySQL5
* MD4
* MD4 (Base64)
* MD4 (HMAC)
* MD5
* MD5 (Base64)
* MD5 (HMAC)
* MD5 (Unix)
* MD5 (APR)
* SHA-1
* SHA-1 (Base64)
* SHA-1 (HMAC)
* DES (Unix)
As well as for hashes used by various PHP-programs:
* md5(md5($pass))
* md5(md5($pass).$salt)
* md5(md5($salt).md5($pass))
I recommend anyone who would need a nice, fast hash cracking program to check it out. It doesn't support any remote cracking but, then again, that's not what it's supposed to be used for anyways.












