When we have theese files we don't know what string we are looking for, we only know that we need to generate a list of the most recurrent characters series among those files.
For example we have 3 files that contain these strings here:
Code: Select all
sdgfghybuyvadfhulookingforthissdfac gafdg342!312d00000000
Code: Select all
123 000000002lookingforthis353245
Code: Select all
3453453//£$lookingoforthisf4 435@tew
The string
Code: Select all
lookingforthis
Code: Select all
00000000
The research output would be (CSV formatted):
Code: Select all
lookingforthis, 00000000, [etc]
The second difficult part is the "already on the system" concept. This mean it would work better if using a preinstalled cli scripting language like batch ot powershell.
I've looked around for days but found no solution to what I may implement to get my list.
Even only ideas on how to do it are welcome.