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?