During penetration testing you need to verify that there are no credit card numbers or card verification code (CVV) are stored in databases, file systems or transmitted in network traffic. While if you have some digits and the hash of the CC number it is possible to crack it.
CC_Checker is a PowerShell script that you can use to brute force CC number, what you will need is the hashes of credit card, first 6 numbers and last 4 digits where you will get a file format: 123456??????1234:HASH.
The command on PS is as follows
SOURCE: sectechno.com
The opinions expressed in this post belongs to the individual contributors and do not necessarily reflect the views of Information Security Buzz.