From 91c6d7fe46c01f43ffbc32fe4cf93dd976f1cb76 Mon Sep 17 00:00:00 2001 From: shellster Date: Fri, 1 Nov 2024 22:19:05 -0600 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: shellster --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf1cb7cfe..7299d70eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Added `hf 14a aidsim` - simulates a PICC (like `14a sim`), and allows you to respond to specific AIDs and getData responses (@evildaemond) - Fixed arguments for `SimulateIso14443aTag` and `SimulateIso14443aInit` in `hf_young.c`, `hf_aveful.c`, `hf_msdsal.c`, `hf_cardhopper.c`, `hf_reblay.c`, `hf_tcprst.c` and `hf_craftbyte.c` (@archi) - Added `mf_backdoor_dump.py` script that dumps FM11RF08S and similar (Mifare Classic 1k) tag data that can be directly read by known backdoor keys. (@Aptimex) +- Add JAKCOM R5 Smart Ring default t55x passwords to dictionary (@shellster) ## [Backdoor.4.18994][2024-09-10] - Changed flashing messages to be less scary (@iceman1001)