Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

t55_chk_lua #2738

Merged
merged 1 commit into from
Feb 2, 2025
Merged

t55_chk_lua #2738

merged 1 commit into from
Feb 2, 2025

Conversation

jareckib
Copy link
Contributor

@jareckib jareckib commented Feb 2, 2025

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

    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>
Copy link

github-actions bot commented Feb 2, 2025

You are welcome to add an entry to the CHANGELOG.md as well

@iceman1001 iceman1001 merged commit 372911f into RfidResearchGroup:master Feb 2, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants