mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-11 12:34:43 +00:00
Merge branch 'RfidResearchGroup:master' into master
This commit is contained in:
@@ -2770,6 +2770,30 @@
|
||||
"Description": "Transit and e-money card used in Singapore",
|
||||
"Type": "transport"
|
||||
},
|
||||
{
|
||||
"AID": "A0000000014145502E4E4643412E5654",
|
||||
"Vendor": "GTT - Gruppo Torinese Trasporti",
|
||||
"Country": "Italy",
|
||||
"Name": "Torino TO Move",
|
||||
"Description": "AEP VTS mobile transit card (AEP.NFCA.VT)",
|
||||
"Type": "transport",
|
||||
"Protocol": "aep_vts",
|
||||
"Sources": [
|
||||
"android://it.to.gtt.tomove"
|
||||
]
|
||||
},
|
||||
{
|
||||
"AID": "A0000007874145502E4E4643422E5654",
|
||||
"Vendor": "ATM Milano",
|
||||
"Country": "Italy",
|
||||
"Name": "RicaricaMi",
|
||||
"Description": "AEP VTS mobile transit card (AEP.NFCB.VT)",
|
||||
"Type": "transport",
|
||||
"Protocol": "aep_vts",
|
||||
"Sources": [
|
||||
"android://it.atm.appmobile"
|
||||
]
|
||||
},
|
||||
{
|
||||
"AID": "315449432E494341",
|
||||
"Vendor": "Calypso Networks Association (CNA)",
|
||||
@@ -2780,23 +2804,24 @@
|
||||
"Protocol": "cna_calypso",
|
||||
"Sources": [
|
||||
"android://pt.card4b.navegante",
|
||||
"android://pt.opt.anda"
|
||||
"android://pt.opt.anda",
|
||||
"android://com.spirtech.emiliaromagna"
|
||||
]
|
||||
},
|
||||
{
|
||||
"AID": "315449432E494341D484",
|
||||
"Vendor": "Secretaria de Movilidad (SEMOVI)",
|
||||
"Country": "Mexico",
|
||||
"Name": "Tarjeta Virtual de Movilidad Integrada",
|
||||
"Description": "Virtual Tarjeta MI for Mexico City public transport, distributed through App CDMX.",
|
||||
"AID": "315449432E494341D48401019101",
|
||||
"Vendor": "Spirtech",
|
||||
"Country": "Italy",
|
||||
"Name": "Mover Emilia Romagna",
|
||||
"Description": "Calypso-based ticket for public transport in Emilia-Romagna.",
|
||||
"Type": "transport",
|
||||
"Protocol": "cna_calypso",
|
||||
"Sources": [
|
||||
"android://mx.gob.cdmx.adip.apps"
|
||||
"android://com.spirtech.emiliaromagna"
|
||||
]
|
||||
},
|
||||
{
|
||||
"AID": "315449432E494341D6",
|
||||
"AID": "315449432E494341D62000029101",
|
||||
"Vendor": "Transportes Metropolitanos do Porto",
|
||||
"Country": "Portugal",
|
||||
"Name": "Andante",
|
||||
@@ -2864,6 +2889,15 @@
|
||||
"Type": "transport",
|
||||
"Protocol": "cna_calypso"
|
||||
},
|
||||
{
|
||||
"AID": "A00000040401250057",
|
||||
"Vendor": "TCL",
|
||||
"Country": "France",
|
||||
"Name": "E-ticket Lyon",
|
||||
"Description": "CALYPSO-based transit card",
|
||||
"Type": "transport",
|
||||
"Protocol": "cna_calypso"
|
||||
},
|
||||
{
|
||||
"AID": "A0000004040125006901000000000000",
|
||||
"Vendor": "Lignes D'Azur",
|
||||
|
||||
@@ -23,6 +23,7 @@ Each entry in `client/resources/aidlist.json` must contain all of the fields bel
|
||||
- `Protocol`: Application-layer protocol implemented by this AID. Use lowercase `snake_case` (for example `apple_vas`).
|
||||
If the protocol is vendor/ecosystem-specific, include an owner qualifier in the name (for example `google_smart_tap`, `ccc_digital_car_key`) instead of using a generic label.
|
||||
Known protocol names currently used:
|
||||
- `aep_vts`
|
||||
- `apple_access_key`
|
||||
- `apple_home_key`
|
||||
- `apple_vas`
|
||||
|
||||
Reference in New Issue
Block a user