From 224ac2fed9a65407ce78c05e2c867c7af92b5f42 Mon Sep 17 00:00:00 2001 From: shellster Date: Fri, 1 Nov 2024 19:39:42 -0600 Subject: [PATCH 1/4] Add JAKCOM R5 smart ring t55x default passwords --- client/dictionaries/t55xx_default_pwds.dic | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/dictionaries/t55xx_default_pwds.dic b/client/dictionaries/t55xx_default_pwds.dic index 570264306..702e75891 100644 --- a/client/dictionaries/t55xx_default_pwds.dic +++ b/client/dictionaries/t55xx_default_pwds.dic @@ -167,3 +167,7 @@ F1EA5EED 93C467E3 # natural log 27182818 +#JAKCOM R5 smart ring default credentials http://www.jakcom.com/ins/r5/r5en.html +5469616e +51243648 + From d0d7bbc5fd874917c7cc2dca4595b7eacb2f5aaf Mon Sep 17 00:00:00 2001 From: shellster Date: Fri, 1 Nov 2024 19:42:50 -0600 Subject: [PATCH 2/4] remove extra line return --- client/dictionaries/t55xx_default_pwds.dic | 1 - 1 file changed, 1 deletion(-) diff --git a/client/dictionaries/t55xx_default_pwds.dic b/client/dictionaries/t55xx_default_pwds.dic index 702e75891..01544c911 100644 --- a/client/dictionaries/t55xx_default_pwds.dic +++ b/client/dictionaries/t55xx_default_pwds.dic @@ -170,4 +170,3 @@ F1EA5EED #JAKCOM R5 smart ring default credentials http://www.jakcom.com/ins/r5/r5en.html 5469616e 51243648 - From a45f4f02bd5dd321bc4119d79f6022025861b21a Mon Sep 17 00:00:00 2001 From: shellster Date: Fri, 1 Nov 2024 19:43:27 -0600 Subject: [PATCH 3/4] upper case --- client/dictionaries/t55xx_default_pwds.dic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/dictionaries/t55xx_default_pwds.dic b/client/dictionaries/t55xx_default_pwds.dic index 01544c911..a6d89e62e 100644 --- a/client/dictionaries/t55xx_default_pwds.dic +++ b/client/dictionaries/t55xx_default_pwds.dic @@ -168,5 +168,5 @@ F1EA5EED # natural log 27182818 #JAKCOM R5 smart ring default credentials http://www.jakcom.com/ins/r5/r5en.html -5469616e +5469616E 51243648 From 91c6d7fe46c01f43ffbc32fe4cf93dd976f1cb76 Mon Sep 17 00:00:00 2001 From: shellster Date: Fri, 1 Nov 2024 22:19:05 -0600 Subject: [PATCH 4/4] 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)