mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
added some AID and MAD entries
This commit is contained in:
parent
b4cc21c68f
commit
3894d4419a
3 changed files with 16 additions and 1 deletions
|
@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
|
||||||
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
|
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
|
||||||
|
|
||||||
## [unreleased][unreleased]
|
## [unreleased][unreleased]
|
||||||
|
- Updated aid and mad json files (@iceman1001)
|
||||||
- Changed `hf 14a apdu` - now can be interrupted and dynamically adds time (@iceman1001)
|
- Changed `hf 14a apdu` - now can be interrupted and dynamically adds time (@iceman1001)
|
||||||
- Changed `trace list -t` - shortend the hitag types (@iceman1001)
|
- Changed `trace list -t` - shortend the hitag types (@iceman1001)
|
||||||
- Added Be-Tech identification (@iceman1001)
|
- Added Be-Tech identification (@iceman1001)
|
||||||
|
|
|
@ -876,7 +876,7 @@
|
||||||
"Vendor": "Invalid / Reserved",
|
"Vendor": "Invalid / Reserved",
|
||||||
"Country": "",
|
"Country": "",
|
||||||
"Name": "Invalid / Reserved",
|
"Name": "Invalid / Reserved",
|
||||||
"Description": "Used by ATL Breeze and YVR Compass",
|
"Description": "Used by ATL Breeze, MAD Public Transport Card, and YVR Compass",
|
||||||
"Type": "transport"
|
"Type": "transport"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -272,6 +272,13 @@
|
||||||
"service_provider": "",
|
"service_provider": "",
|
||||||
"system_integrator": ""
|
"system_integrator": ""
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"application": "Parking systems.",
|
||||||
|
"company": "Les parkings de Paris La Défense",
|
||||||
|
"mad": "0x00FF",
|
||||||
|
"service_provider": "Les parkings de Paris La Défense",
|
||||||
|
"system_integrator": "Les parkings de Paris La Défense"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"application": "Internal use (Tests, Demos...)",
|
"application": "Internal use (Tests, Demos...)",
|
||||||
"company": "Ascom Monétel",
|
"company": "Ascom Monétel",
|
||||||
|
@ -4116,6 +4123,13 @@
|
||||||
"service_provider": "HID Corporation",
|
"service_provider": "HID Corporation",
|
||||||
"system_integrator": "HID Corporation"
|
"system_integrator": "HID Corporation"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"application": "Access Control Biometric (SIO)",
|
||||||
|
"company": "HID Global",
|
||||||
|
"mad": "0x3D02",
|
||||||
|
"service_provider": "HID Corporation",
|
||||||
|
"system_integrator": "HID Corporation"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"application": "City transport, prepaid ticket, cardholder, servicespass",
|
"application": "City transport, prepaid ticket, cardholder, servicespass",
|
||||||
"company": "Ridango AS",
|
"company": "Ridango AS",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue