Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 372 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 372 Bytes

creditcard-sniffer

Small node.js program to find out sensitive data like credit card numbers from files or strings.

Run test cases

mocha testPattern

or

mocha testPattern.js

Usage

See debug logs

For debugging statements please execute following command

set DEBUG=myApp:*

or

 $env:DEBUG = myApp:*