mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Add 'AEP VTS' AID entries to 'aidlist.json'
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)",
|
||||
|
||||
@@ -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