Checking Credit Card Numbers with PowerShell

By   ISBuzz Team
Writer , Information Security Buzz | Sep 16, 2013 11:59 pm PST

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

Recent Posts