Skip to main content

---print (-p)

By default the result is a summary of the findings showing only totals.

If we want to see the exact location of the numbers inside the file we can use this flag. For plain text files, the location will be given by the line number inside the file and the position in that line where the value is located. It will also be displayed the confidence level with colours according to those values like this:

  • 0 - green
  • 1 - yellow
  • 2 - magenta
  • 3 - red

The brand of the possible card number is also displayed, and so the PAN and BIN lengths. When displaying the value, the digits that correspond to the BIN are displayed in yellow and the rest of the number in green.

For results coming from Excel files, instead of line numbers and positions inside the line, the name of the sheet is displayed between brackets, and the cell location is shown inside parenthesis.

If we need more information about the context of these values we can use the flag --print-extended

⬅️ Volver a la página anterior