checking multiple log files fast for sensitive data
What is the best way to check multiple log files for sensitive data?
eg. password in text format, in encrypted format, account informations,addresses,ip addresses, phone numbers, email contents etc..?
I thought about writing a c++ or java program which intelligently checks all the file and matches all the pattern, then write the found data to output?
You should use an interpreted Scriptlanguage instead of a Programming language for a simple text crawling task
Perl, JavaScript or Python is the right direction there