--condensed (-c)
This is the option that is used by defalt if no other options are specified.
The output is presented as a table that shows the following information:
┌───┬──────┬────────┬────────┬────────┬────────┬───────────────────────────┐
│ # │ PANs │ Conf 0 │ Conf 1 │ Conf 2 │ Conf 3 │ File │
├───┼──────┼────────┼────────┼────────┼────────┼───────────────────────────┤
│ 1 │ 2 │ 1 │ 0 │ 1 │ 0 │ /path/to/test_data.txt │
│ 2 │ 1 │ 0 │ 0 │ 0 │ 1 │ /path/to/passwords.csv │
└───┴──────┴────────┴────────┴────────┴────────┴───────────────────────────┘
Where PANs show the number of possible numbers found in each file, columns Conf 0 to Conf 3 show the number of PANs with level of confidence, and lastly the full name of the file
At the end a line with the total of files containing possible card number is displayed.
⬅️ Volver a la página anterior