Files
proxmark3/client/luascripts
Jarek Barwinski 82c059adbb t55_chk_lua
Author: jareckib - created 02.02.2025
    version v1.00

    A simple script for searching the password for T5577. The script creates a
    dictionary starting from the entered starting year to the entered ending year.
    There are two search methods - DDMMYYYY or YYYYMMDD. Checking the entire year
    takes about 1 minute and 50 seconds. Date from 1900 to 2100. The script may be
    useful if the password is, for example, a date of birth.

    Usage:
    script run t55_chk [-s start_year] [-e end_year] [-d | -y]

    Options:
    -h                    Show this help message
    -s                    Starting year (required)
    -e                    Ending year (default: current year)
    -d                    Search method: DDMMYYYY
    -y                    Search method: YYYYMMDD

    Examples:
    script run t55_chk -s 1999 -d             - start from 1999, end year is current year, method 01011999
    script run t55_chk -s 1999 -y             - start from 1999, end year is current year, method 19990101
    script run t55_chk -s 1999 -e 2001 -y     - start from 1999, end year 2001, method 19990101
    script run t55_chk -s 1999 -e 2001 -d     - start from 1999, end year 2001, method 01011999

Signed-off-by: Jarek Barwinski <116510448+jareckib@users.noreply.github.com>
2025-02-02 19:26:42 +00:00
..
2021-10-10 01:35:45 +02:00
2021-04-16 01:15:14 +02:00
2021-02-19 14:20:04 +01:00
2021-02-06 22:25:51 +01:00
2021-02-06 22:25:51 +01:00
2021-02-06 22:25:51 +01:00
2021-02-06 22:25:51 +01:00
2023-01-14 22:23:40 +01:00
2021-10-10 01:35:45 +02:00
2024-02-16 21:59:45 +01:00
2024-02-16 21:59:45 +01:00
2021-10-10 01:35:45 +02:00
2021-04-16 17:10:08 +02:00
2024-11-22 11:32:10 +01:00
2023-07-09 09:43:54 +02:00
2023-01-14 22:23:40 +01:00
2021-04-16 01:08:25 +02:00
2021-04-30 11:20:03 +02:00
2021-04-15 22:58:16 +02:00
2021-04-16 00:23:17 +02:00
2023-10-15 17:14:56 +02:00
2021-04-15 22:58:16 +02:00
2021-04-16 00:23:17 +02:00
2023-10-02 21:39:15 +02:00
2024-01-15 13:08:55 +01:00
2024-11-02 15:13:40 +01:00
2024-01-05 19:27:38 +01:00
2024-04-23 19:57:32 +02:00
2020-12-30 01:31:40 +01:00
2021-10-10 01:35:45 +02:00
2021-12-22 21:48:25 +01:00
2024-02-09 08:47:19 +01:00
2021-01-20 14:28:49 +01:00
2024-04-22 16:35:22 +02:00
2024-09-09 23:04:39 +02:00
2021-05-04 16:45:25 +02:00
2021-10-10 01:35:45 +02:00
2020-10-08 21:47:54 +02:00
2023-06-21 18:45:59 +02:00
2021-06-04 21:58:38 +02:00
2021-10-10 01:35:45 +02:00
2025-01-31 17:14:24 +00:00
2025-02-02 02:49:47 +00:00
2025-02-02 19:26:42 +00:00