Password Breaker is a unique application that can attempt to brute force into any password protected application by simulating keyboard typing.
It allows customizable character lists of small/capital alphabets, digits, symbols and space. Character repition can be toggled ON/OFF. The evaluation version can only break password of upto 4 digits.
Version 3 introduces the concepts of Blocks & Character Sets.
Blocks allow you to reduce the amount of time it takes to break passwords by splitting the password. For example:-
Consider that your password was Feb13. You can split this into two blocks of size 3 (for Feb) and 2 (for 13). For each of the blocks you can specify a character set which is basically a combination of characters (Capital Letters, Small Letters, Digits, Symbols, etc). So, you specify the character set: bef for Block 1 and 13 for Block 2. Of course in real situations the no. of characters in these sets would be more than the exact set that make up the password. So, you might have the entire small characters for block 1 and digits for block 2. But, splitting the operation into 2 blocks greatly reduces the number of combinations.
How Password Breaker generates the password from the blocks:-
Block A: Characters: abcdef, Minimum: 2, Maximum: 3
Block B: Characters: 123, Minimum: 2, Maximum: 2
Passwords Generated:-
ab12
ab13
ac12
ac13
.... and so on
abc12
abc13
abd12
.... and so on
Also included are the following new actions during Password Entry & Retry:-
The Ultimate Version also includes the experimental feature to stop the operation when the correct password is entered. The success condition is determined by a Window Focus/Open (to be extended in future).
Current Version:
3.1.405.0
Release Date:
Wednesday, February 1, 2012
Release Status:
Minor Update
Type: Shareware
Category: Security & Privacy::Other
Editions: Basic ($19.95), Pro ($59.95), Ultimate ($99.95)
Forums: Product | Support
Supported Operating Systems: Windows XP, Windows Vista
System Requirements: Microsoft .NET Framework 2.0
PAD File: Password Breaker.xml
| General | Basic | Pro | Ultimate |
|---|---|---|---|
|
Break/Recover Password
Allows breaking into a password protected application with the ability to recover password in some cases
|
|||
|
Save/Restore State
Automatically saves the last state of a break operation so that you can resume from an interrupted session
|
|||
|
Create, Edit, Delete Jobs
Categorize your activities by creating and managing different jobs
|
|||
Price |
$19.95 | $59.95 | $99.95 |
| Actions | Basic | Pro | Ultimate |
|---|---|---|---|
|
Simulate Keyboard Typing
Simulates keystrokes to type in the password to any editable control
|
|||
|
Wait for Seconds
Halts execution for the specified number of seconds
|
|||
|
Wait for Window Open
Waits for the specified window to open
|
|||
|
Wait for Window Focus
Waits for the specified window to come into focus
|
|||
|
Wait for Window Close
Waits for the specified window to close
|
|||
|
Close Window
Closes the specified window
|
|||
|
Focus Window
Brings the specified window into focus
|
|||
|
Run External Program
Executes an external program
|
| Special Features | Basic | Pro | Ultimate |
|---|---|---|---|
|
Detect Correct Password
Allows specification of events that can help the application detect the entry of a correct password
|
| Dedicated Password Recovery | Basic | Pro | Ultimate |
|---|---|---|---|
|
Zip File
Attempts to recover password directly from a Zip file.
|