View Single Post
  #8  
Old 02-07-2017, 18:08
Mkz Mkz is offline
Friend
 
Join Date: Jan 2002
Posts: 98
Rept. Given: 0
Rept. Rcvd 2 Times in 2 Posts
Thanks Given: 5
Thanks Rcvd at 25 Times in 17 Posts
Mkz Reputation: 2
Quote:
Originally Posted by ontryit View Post
I just wonder how did you get the password?
What tool used?
"strings"
It's in clear text all over the binary file (*.mde).

Just run something like "strings HPPSXP2002_XP.mde | findstr PWD" and you can see for yourself. I'm using the SysInternals strings binary, which lists both Ascii and Unicode occurrences.

Had this not been in cleartext, a password cracker for the *.mdb files would need to be searched for (can't remember any at the moment) or intercept API calls to the Access runtime to check which connection strings were used by the *.mde to open the database files.
Reply With Quote
The Following User Says Thank You to Mkz For This Useful Post:
ontryit (02-08-2017)