Seems like a fairly straightforward problem. I want to look through about 6gb of content and classic asp code and find anything that looks like a connection string. Problem is, the connection strings are formatted in a dozen different ways.
I was thinking of using a regex to look for specific properties like "catalog=" or "password=" etc. Any thoughts/ideas?