Skip to content

PII File Scanner that searches files for SSNs and CC Numbers

Notifications You must be signed in to change notification settings

bunsenmurder/piifilescanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

PII File Scanner

Python script that uses Apache Tika to scan files in a directory for any Credit Card Numbers or Social Security Numbers!

Requirements

  • Java >= 7
  • Python >= 3.8
  • tika = 1.24

Installation

Run command below to install tika:

pip3 install tika

Running

Command to scan a drive or directory (e.g. 'python3 main.py ~/piifiles/' )

python3 main.py [DIRECTORY_PATH]

Command to view help manual

python3 main.py -h

Sources

About

PII File Scanner that searches files for SSNs and CC Numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages