12-04-2013, 03:23 PM
Good work,
Looks like you knew it was going to be 8 uppercase letters. What routers have this as the default? I like to write scripts for known passwords and filter out passwords guesses that are unlikely like in your example I doubt you would have all A's or even three A's in a row.
I made one for 2wire routers: https://github.com/initiate6/2WIRE_BRUTEFORCE
Pretty sure I could easily convert this over to uppercase char's. For password cracking rigs that get 200+MH/s might not be worth it but in your case it would have completed a lot faster.
Looks like you knew it was going to be 8 uppercase letters. What routers have this as the default? I like to write scripts for known passwords and filter out passwords guesses that are unlikely like in your example I doubt you would have all A's or even three A's in a row.
I made one for 2wire routers: https://github.com/initiate6/2WIRE_BRUTEFORCE
Pretty sure I could easily convert this over to uppercase char's. For password cracking rigs that get 200+MH/s might not be worth it but in your case it would have completed a lot faster.