dionach / PANhunt

PANhunt searches for credit card numbers (PANs) in directories.
BSD 3-Clause "New" or "Revised" License
135 stars 71 forks source link

Unable to filter to just PSTs #25

Open jschwager opened 5 years ago

jschwager commented 5 years ago

I can't seem to figure out how to filter down to just PST files for the Windows executable to scan. I want to reduce the amount of scanning that the script has to do to a minimum as I am only concerned about PST files. Is there any way to do this? I've tried the -m flag but with just this the script will still scan all files.

bli-dn commented 5 years ago

You can only specify file extensions to include for each of text files, zip files and special files, however you can instead specify an extension that is unlikely to be used, for example "-t .nope -z .nope -e .nope" .