Skip to main content

--paranoid

By default, to detect potencial card numbers we search for strings of 16 or 19 digits in length, and for each of these strings we search if they start with a valid, known BIN (if the corresponding file is present)

If we find a match, we calculate the check digit using the Luhn method and compare this calculated value with the last digit of the string.

By including this flag, we skip the matching with entries in the BIN table. It has the same effect as using --bin-length=0

The check digit is always evaluated but not the BIN. This can introduce many false positives, so the confidence level is lowered to zero.

⬅️ Volver a la página anterior