This Python script recursively scans a directory for files containing sensitive information such as Social Security Numbers (SSNs), Dates of Birth (DOB), or HIPAA-related terms.
- Scans plain text files for SSN, DOB, and common medical keywords
- Recursively scans folders
- Simple CLI interface
python monitor.pyYou'll be prompted to enter a directory to scan.
MIT License - see LICENSE file