The program is designated to recover passwords for following types of hashes:
> MySQL
> MySQL5
> DES (Unix)
> MD4
> MD4 (Base64)
> MD4 (HMAC)
> MD5
> MD5 (Base64)
> MD5 (HMAC)
> MD5 (Unix)
> MD5 (APR)
> SHA-1
> SHA-1 (Base64)
> SHA-1 (HMAC)
> Domain Cached Credentials
As well as for hashes used by various PHP-programs:
-- md5(md5($pass))
-- md5(md5($pass).$salt)
-- md5(md5($salt).md5($pass))
-- sha1($username.$pass)
Program features
:: Passwords recovery using following methods:
- Preliminary attack;
- Brute-force attack (including distributed attack);
- Mask attack;
- Simple dictionary attack;
- Combined dictionary attack;
- Hybrid dictionary attack;
- Rainbow-tables attack;
:: Recovery of passwords up to 127 character length;
:: Recovery of passwords for incomplete hashes of any type;
:: User's hashes editor;
:: 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 replacement tables for the simple dictionary attack;
:: Unlimited number of dictionaries used for dictionary attack;
:: Unlimited number of tables used for Rainbow-tables attack;
:: Unlimited number of users with hashes (in the licensed version);
http://www.insidepro.com/
PasswordsPro v2.4.2.1
最新推荐文章于 2025-08-07 20:25:17 发布