mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-31 04:39:49 +08:00
Merge pull request #1260 from craftbyte/patch-2
Add card to desfire AIDs, fix some categories
This commit is contained in:
commit
d527136dcc
1 changed files with 12 additions and 4 deletions
|
@ -342,7 +342,7 @@
|
|||
"Country": "NZ",
|
||||
"Name": "Access control",
|
||||
"Description": "Card Application Directory (CAD)",
|
||||
"Type": ""
|
||||
"Type": "pacs"
|
||||
},
|
||||
{
|
||||
"AID": "2081F4",
|
||||
|
@ -350,7 +350,7 @@
|
|||
"Country": "NZ",
|
||||
"Name": "Access control",
|
||||
"Description": "Cardax Card Data Application",
|
||||
"Type": ""
|
||||
"Type": "pacs"
|
||||
},
|
||||
{
|
||||
"AID": "6F706C",
|
||||
|
@ -358,6 +358,14 @@
|
|||
"Country": "US",
|
||||
"Name": "Access control",
|
||||
"Description": "Openpath PACS Application",
|
||||
"Type": ""
|
||||
}
|
||||
"Type": "pacs"
|
||||
},
|
||||
{
|
||||
"AID": "554E49",
|
||||
"Vendor": "University of Ljubljana",
|
||||
"Country": "SI",
|
||||
"Name": "University of Ljubljana Student ID",
|
||||
"Description": "",
|
||||
"Type": "student"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue