Skip to content

Command line tool used to search files for credit card numbers (PAN). Card numbers are verified with regular expression and Luhn (i.e. mod10) checks. Results are written to a spreadsheet containing the file, line number, full card number, and masked card number.

Notifications You must be signed in to change notification settings

dbohannon/PANHunter

Repository files navigation

PANHunter

Command line tool used to search files for credit card numbers (PAN). Card numbers are verified with regular expression and Luhn (i.e. mod10) checks. Results are written to a spreadsheet containing the file, line number, full card number, and masked card number.

To Run: python exec_pan_hunter.py Interactive menu will prompt user for file name and path to search.

About

Command line tool used to search files for credit card numbers (PAN). Card numbers are verified with regular expression and Luhn (i.e. mod10) checks. Results are written to a spreadsheet containing the file, line number, full card number, and masked card number.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages