|
-
Dec 23rd, 2009, 12:59 PM
#1
Thread Starter
Addicted Member
Need to break into a program
I have a very old patient management system and one of the reporting tools requires a password. Unfortunately, no one remembers it. I need a brute force method to crack it.
The password isn't any longer than 8 characters, doesn't contain any symbols, and is not case sensitive (nice security for a medical program, but like I said, it's old )
If I bring up the password box, it will happily let me enter password after password until the end of time. It's like this program was made to be brute force attacked.
I need to be able to:
enter a word programmatically into the dialog box
press enter or click the OK box
close the failed password message box
rinse and repeat until the failed message box fails to appear
Any suggestions?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|