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) 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 +]