From f1adb30a9cba0f8915d1e5ad3cbf9cd1121617b9 Mon Sep 17 00:00:00 2001 From: RunTheBot <58890327+RunTheBot@users.noreply.github.com> Date: Thu, 2 May 2024 18:40:13 -0400 Subject: [PATCH 1/2] Added Presto Transit Card to aid_desfire.json Signed-off-by: RunTheBot <58890327+RunTheBot@users.noreply.github.com> --- client/resources/aid_desfire.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/client/resources/aid_desfire.json b/client/resources/aid_desfire.json index 8965919ec..cdeb11d82 100644 --- a/client/resources/aid_desfire.json +++ b/client/resources/aid_desfire.json @@ -567,5 +567,21 @@ "Name": "Prima FlexAir Access Control", "Description": "FIDs: 00 - DRM, 01 - Access Event Log, 04 - Access Permissions", "Type": "pacs" + }, + { + "AID": "FF30FF", + "Vendor": "Metrolinx", + "Country": "CA", + "Name": "Presto Card", + "Description": "", + "Type": "transport" + }, + { + "AID": "002000", + "Vendor": "Metrolinx", + "Country": "CA", + "Name": "Presto Card", + "Description": "", + "Type": "transport" } -] \ No newline at end of file +] From 8bf57b2094626e964b4698ffcad5d78d608fc53a Mon Sep 17 00:00:00 2001 From: RunTheBot <58890327+RunTheBot@users.noreply.github.com> Date: Thu, 2 May 2024 18:46:09 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md Signed-off-by: RunTheBot <58890327+RunTheBot@users.noreply.github.com> --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a984fc544..62e67431f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Changed `data load` - now shows loaded number as comma printed. (@iceman1001) - Updated `/tools/hitag2crack/common/OpenCL-Headers/CL` with latest from KhronosGroup github page (@iceman1001) - Fixed `lf hitag list` - improved HITAG2 protocol annotation (@iceman1001) +- Added AIDs `002000` and `FF30FF` from Metrolinx Presto Card (@RunTheBot) ## [Zenith.4.18340][2024-03-20] - Changed `hf mf info` - some detections (@iceman1001)