mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Merge pull request #2757 from kormax/new-desfire-aid-entries
Add new AID entries to `aid_desfire.json`
This commit is contained in:
commit
549e19acba
1 changed files with 48 additions and 0 deletions
|
@ -519,6 +519,46 @@
|
||||||
"Description": "Multiservice Student Card",
|
"Description": "Multiservice Student Card",
|
||||||
"Type": "student"
|
"Type": "student"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"AID": "764970",
|
||||||
|
"Vendor": "Ubiquiti Inc",
|
||||||
|
"Country": "N/A",
|
||||||
|
"Name": "UniFi Access VID App",
|
||||||
|
"Description": "Contains issuer-signed static credential information used for KDF & other authentication operations",
|
||||||
|
"Type": "pacs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"AID": "84D3FC",
|
||||||
|
"Vendor": "Ubiquiti Inc",
|
||||||
|
"Country": "N/A",
|
||||||
|
"Name": "UniFi Access FCD App",
|
||||||
|
"Description": "Contains static credential information used for KDF & other authentication operations",
|
||||||
|
"Type": "pacs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"AID": "416343",
|
||||||
|
"Vendor": "Ubiquiti Inc",
|
||||||
|
"Country": "N/A",
|
||||||
|
"Name": "UniFi Access ACC App",
|
||||||
|
"Description": "Application created after enrollment into the system, containins unique authentication info",
|
||||||
|
"Type": "pacs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"AID": "454955",
|
||||||
|
"Vendor": "Ubiquiti Inc",
|
||||||
|
"Country": "N/A",
|
||||||
|
"Name": "UniFi Access Touch Pass Apple Wallet Express",
|
||||||
|
"Description": "AID value is 'UIE' (UniFi Express) reversed. This app is selectable with or without auth",
|
||||||
|
"Type": "pacs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"AID": "534955",
|
||||||
|
"Vendor": "Ubiquiti Inc",
|
||||||
|
"Country": "N/A",
|
||||||
|
"Name": "UniFi Access Touch Pass Apple Wallet Secure",
|
||||||
|
"Description": "AID value is 'UIS' (UniFi Secure) reversed. This app is selectable only after manual auth",
|
||||||
|
"Type": "pacs"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"AID": "535501",
|
"AID": "535501",
|
||||||
"Vendor": "TU Delft",
|
"Vendor": "TU Delft",
|
||||||
|
@ -1399,6 +1439,14 @@
|
||||||
"Description": "FIDs 02: Card Balance; 04: Refill History; 08: Card Information; 0E: Trip History",
|
"Description": "FIDs 02: Card Balance; 04: Refill History; 08: Card Information; 0E: Trip History",
|
||||||
"Type": "transport"
|
"Type": "transport"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"AID": "F21191",
|
||||||
|
"Vendor": "Metropolitan Transportation Commission via Cubic",
|
||||||
|
"Country": "US",
|
||||||
|
"Name": "Clipper Card (Mobile)",
|
||||||
|
"Description": "",
|
||||||
|
"Type": "transport"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"AID": "F21201",
|
"AID": "F21201",
|
||||||
"Vendor": "Green Bay Metro Transit via Genfare",
|
"Vendor": "Green Bay Metro Transit via Genfare",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue