mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-03-30 14:45:39 +00:00
Add LEAF DESFire AID values to dictionary
This commit is contained in:
@@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
|
||||
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
|
||||
|
||||
## [unreleased][unreleased]
|
||||
- Added DESFire AID values related to LEAF (@kormax)
|
||||
- Added --credit option for `hf iclass legrec` command to perform a credit key recovery. This is experimental and unfinished as it only partially works.(@antiklesys)
|
||||
- Added hardening for all host binaries. Exact level of hardening depends on the OS (@doegox)
|
||||
- Added `hf aliro read` command (@kormax)
|
||||
|
||||
@@ -407,6 +407,78 @@
|
||||
"Description": "FKA aptiQ Access Credential",
|
||||
"Type": "pacs"
|
||||
},
|
||||
{
|
||||
"AID": "F51CD8",
|
||||
"Vendor": "LEAF",
|
||||
"Country": "N/A",
|
||||
"Name": "LEAF Si Universal",
|
||||
"Description": "LEAF Si Universal",
|
||||
"Type": "pacs"
|
||||
},
|
||||
{
|
||||
"AID": "F51CD9",
|
||||
"Vendor": "LEAF",
|
||||
"Country": "N/A",
|
||||
"Name": "LEAF Si Universal",
|
||||
"Description": "LEAF Si Universal",
|
||||
"Type": "pacs"
|
||||
},
|
||||
{
|
||||
"AID": "F51CDB",
|
||||
"Vendor": "LEAF",
|
||||
"Country": "N/A",
|
||||
"Name": "LEAF Cc Enterprise",
|
||||
"Description": "LEAF Cc Enterprise",
|
||||
"Type": "pacs"
|
||||
},
|
||||
{
|
||||
"AID": "F51CDE",
|
||||
"Vendor": "LEAF",
|
||||
"Country": "N/A",
|
||||
"Name": "LEAF Cc Enterprise (Old)",
|
||||
"Description": "LEAF Cc Enterprise (Old)",
|
||||
"Type": "pacs"
|
||||
},
|
||||
{
|
||||
"AID": "F51CDF",
|
||||
"Vendor": "LEAF",
|
||||
"Country": "N/A",
|
||||
"Name": "LEAF Cc Enterprise (Apple Wallet)",
|
||||
"Description": "LEAF Cc Enterprise app found on Apple Wallet credentials",
|
||||
"Type": "pacs"
|
||||
},
|
||||
{
|
||||
"AID": "F532F0",
|
||||
"Vendor": "LEAF",
|
||||
"Country": "N/A",
|
||||
"Name": "LEAF Backwards Compat",
|
||||
"Description": "LEAF Backwards Compat",
|
||||
"Type": "pacs"
|
||||
},
|
||||
{
|
||||
"AID": "F51CDC",
|
||||
"Vendor": "LEAF",
|
||||
"Country": "N/A",
|
||||
"Name": "LEAF Campus",
|
||||
"Description": "LEAF Campus",
|
||||
"Type": "pacs"
|
||||
},
|
||||
{
|
||||
"AID": "42494F",
|
||||
"Vendor": "LEAF",
|
||||
"Country": "N/A",
|
||||
"Name": "LEAF Biometrics",
|
||||
"Description": "LEAF Biometrics",
|
||||
"Type": "pacs"
|
||||
},
|
||||
{
|
||||
"AID": "F532F1",
|
||||
"Vendor": "LEAF",
|
||||
"Country": "N/A",
|
||||
"Name": "LEAF User Privileges",
|
||||
"Description": "LEAF User Privileges",
|
||||
"Type": "pacs"
|
||||
},
|
||||
{
|
||||
"AID": "F534F1",
|
||||
"Vendor": "MOBOTIX AG",
|
||||
|
||||
Reference in New Issue
Block a user