Python script that uses Apache Tika to scan files in a directory for any Credit Card Numbers or Social Security Numbers!
- Java >= 7
- Python >= 3.8
- tika = 1.24
Run command below to install tika:
pip3 install tika
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