mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-24 10:15:18 +00:00
ecf5b0d7eb
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 minutes and 50 seconds. Date from 1900 to 2100. The script may be
useful if the password is for example date of birth.
Signed-off-by: Jarek Barwinski <116510448+jareckib@users.noreply.github.com>