mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Merge pull request #3223 from kormax/aidlist-legic-extra-sources
Add LEGIC & extra sources to `aidlist.json`
This commit is contained in:
@@ -2261,7 +2261,10 @@
|
||||
"Description": "Google Smart Tap",
|
||||
"Type": "loyalty",
|
||||
"Protocol": "google_smart_tap",
|
||||
"ResponseRegex": ".*500a416e64726f6964506179.*9000$"
|
||||
"ResponseRegex": ".*500a416e64726f6964506179.*9000$",
|
||||
"Sources": [
|
||||
"android://com.google.android.gms"
|
||||
]
|
||||
},
|
||||
{
|
||||
"AID": "4F53452E5641532E3031",
|
||||
@@ -2271,7 +2274,10 @@
|
||||
"Description": "Samsung VAS",
|
||||
"Type": "loyalty",
|
||||
"Protocol": "samsung_vas",
|
||||
"ResponseRegex": ".*500d53616d73756e6757616c6c6574.*9000$"
|
||||
"ResponseRegex": ".*500d53616d73756e6757616c6c6574.*9000$",
|
||||
"Sources": [
|
||||
"android://com.samsung.android.spay"
|
||||
]
|
||||
},
|
||||
{
|
||||
"AID": "A000000476D0000101",
|
||||
@@ -2280,7 +2286,10 @@
|
||||
"Name": "Google SmartTap 1.3 (Deprecated)",
|
||||
"Description": "",
|
||||
"Type": "loyalty",
|
||||
"Protocol": "google_smart_tap"
|
||||
"Protocol": "google_smart_tap",
|
||||
"Sources": [
|
||||
"android://com.google.android.gms"
|
||||
]
|
||||
},
|
||||
{
|
||||
"AID": "A000000476D0000111",
|
||||
@@ -2289,7 +2298,10 @@
|
||||
"Name": "Google SmartTap 2.0",
|
||||
"Description": "",
|
||||
"Type": "loyalty",
|
||||
"Protocol": "google_smart_tap"
|
||||
"Protocol": "google_smart_tap",
|
||||
"Sources": [
|
||||
"android://com.google.android.gms"
|
||||
]
|
||||
},
|
||||
{
|
||||
"AID": "A000000870FC000000000034",
|
||||
@@ -2298,7 +2310,10 @@
|
||||
"Name": "Samsung VAS",
|
||||
"Description": "",
|
||||
"Type": "loyalty",
|
||||
"Protocol": "samsung_vas"
|
||||
"Protocol": "samsung_vas",
|
||||
"Sources": [
|
||||
"android://com.samsung.android.spay"
|
||||
]
|
||||
},
|
||||
{
|
||||
"AID": "A0000002480400",
|
||||
@@ -2690,6 +2705,31 @@
|
||||
"android://it.flexipass.app"
|
||||
]
|
||||
},
|
||||
{
|
||||
"AID": "A0000003570007",
|
||||
"Vendor": "LEGIC Identsystems AG",
|
||||
"Country": "",
|
||||
"Name": "LEGIC Connect",
|
||||
"Description": "Dynamic AID prefix used by apps featuring LEGIC Connect mobile credentials",
|
||||
"Type": "access",
|
||||
"Protocol": "legic_connect",
|
||||
"Sources": [
|
||||
"android://co.any2any.badge.app",
|
||||
"android://co.any2any.badge.app.legic",
|
||||
"android://co.any2any.badge.app.stage",
|
||||
"android://com.brivo.pass",
|
||||
"android://com.butterflymx.butterflymx",
|
||||
"android://com.cohesion.core",
|
||||
"android://com.hqo",
|
||||
"android://com.kastle.KMF.Portable",
|
||||
"android://com.legic.mobile.app.eka",
|
||||
"android://com.openkey.guest",
|
||||
"android://com.zaplox.premium.*",
|
||||
"android://de.mada.idmobile.production",
|
||||
"android://io.swiftconnect.mobile",
|
||||
"android://it.flexipass.app"
|
||||
]
|
||||
},
|
||||
{
|
||||
"AID": "A0000003820012000101",
|
||||
"Vendor": "HID Global",
|
||||
|
||||
@@ -34,6 +34,7 @@ Each entry in `client/resources/aidlist.json` must contain all of the fields bel
|
||||
- `hid_seos`
|
||||
- `ict_protege_mobile`
|
||||
- `kastle_presence`
|
||||
- `legic_connect`
|
||||
- `mifare_desfire`
|
||||
- `salto_justin_mobile`
|
||||
- `samsung_vas`
|
||||
|
||||
Reference in New Issue
Block a user