mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Refine known AIDs; add Android HCE
This commit is contained in:
@@ -1535,6 +1535,14 @@
|
||||
"Description": "",
|
||||
"Type": "EMV"
|
||||
},
|
||||
{
|
||||
"AID": "A000000476416E64726F6964484345",
|
||||
"Vendor": "Google",
|
||||
"Country": "N/A",
|
||||
"Name": "Android HCE",
|
||||
"Description": "Available on AOSP-based android devices with active HCE",
|
||||
"Type": ""
|
||||
},
|
||||
{
|
||||
"AID": "A000000476A010",
|
||||
"Vendor": "Google",
|
||||
@@ -2275,8 +2283,8 @@
|
||||
"AID": "A0000008580102",
|
||||
"Vendor": "Apple",
|
||||
"Country": "",
|
||||
"Name": "Apple Home Key Framework",
|
||||
"Description": "Home Key configuration applet. Used for attestation exchange",
|
||||
"Name": "Apple Home Key Step Up",
|
||||
"Description": "Used for reading the attestation certificate",
|
||||
"Type": ""
|
||||
},
|
||||
{
|
||||
@@ -2291,8 +2299,8 @@
|
||||
"AID": "A0000008580202",
|
||||
"Vendor": "Apple",
|
||||
"Country": "",
|
||||
"Name": "Apple Access Key Framework",
|
||||
"Description": "Access Key configuration applet. Used for attestation exchange",
|
||||
"Name": "Apple Access Key Step Up",
|
||||
"Description": "Used for reading the attestation certificate",
|
||||
"Type": ""
|
||||
},
|
||||
{
|
||||
@@ -2307,16 +2315,16 @@
|
||||
"AID": "A000000909ACCE5502",
|
||||
"Vendor": "Connectivity Standards Alliance (CSA)",
|
||||
"Country": "",
|
||||
"Name": "Aliro Framework",
|
||||
"Description": "Used during key provisioning, configuration, attestation exchange",
|
||||
"Name": "Aliro Step Up",
|
||||
"Description": "Used to retrieve 'access documents' in case a reader needs to verify the validity of a credential",
|
||||
"Type": ""
|
||||
},
|
||||
{
|
||||
"AID": "A000000909ACCE5501",
|
||||
"Vendor": "Connectivity Standards Alliance (CSA)",
|
||||
"Country": "",
|
||||
"Name": "Aliro",
|
||||
"Description": "",
|
||||
"Name": "Aliro Expedited",
|
||||
"Description": "Acts as the primary credential holder applet",
|
||||
"Type": "access"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -242,7 +242,7 @@ static const hintAIDList_t hintAIDList[] = {
|
||||
{ "\x41\x44\x20\x46\x31", 5, "CIPURSE", "hf cipurse" },
|
||||
{ "\xA0\x00\x00\x09\x09\xAC\xCE\x55\x01", 9, "Aliro", "hf aliro" },
|
||||
{ "\xd2\x76\x00\x00\x85\x01\x00", 7, "desfire", "hf mfdes" },
|
||||
{ "\x4F\x53\x45\x2E\x56\x41\x53\x2E\x30\x31", 10, "Apple VAS", "hf vas"},
|
||||
{ "\x4F\x53\x45\x2E\x56\x41\x53\x2E\x30\x31", 10, "OSE.VAS", "hf vas"},
|
||||
};
|
||||
|
||||
// iso14a apdu input frame length
|
||||
|
||||
Reference in New Issue
Block a user