mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
updated with a inner range AU entry
This commit is contained in:
parent
52c46db3db
commit
024f7c507f
3 changed files with 17 additions and 1 deletions
|
@ -3,7 +3,8 @@ 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...
|
||||
|
||||
## [unreleased][unreleased]
|
||||
- Use all available space from the SPI flash (@ANTodorov)
|
||||
- Added Inner range aid and mad entries (@iceman1001)
|
||||
- Changed `mem spiffs` - Use all available space in SPI flash (@ANTodorov)
|
||||
- Fixed wrong size check in MifareSim (@iceman1001)
|
||||
- Fixed `hf mf sim` not to respond to authentication attempts for sectors out of bound for selected Mifare type (@piotrva)
|
||||
- Added option to build against non-default python3 with CMake as well (@doegox)
|
||||
|
|
|
@ -199,6 +199,14 @@
|
|||
"Description": "Access Control",
|
||||
"Type": "pacs"
|
||||
},
|
||||
{
|
||||
"AID": "F47300",
|
||||
"Vendor": "Inner Range",
|
||||
"Country": "AU",
|
||||
"Name": "Sifer-P, Sifer-U Credential",
|
||||
"Description": "Inner Range access control",
|
||||
"Type": "pacs"
|
||||
},
|
||||
{
|
||||
"AID": "F48120",
|
||||
"Vendor": "Gallagher Group Limited via PEC (New Zealand) Limited",
|
||||
|
|
|
@ -4690,6 +4690,13 @@
|
|||
"service_provider": "Enkoa",
|
||||
"system_integrator": "Juan Cruz Iriondo"
|
||||
},
|
||||
{
|
||||
"application": "Access control",
|
||||
"company": "Inner Range",
|
||||
"mad": "0x4730",
|
||||
"service_provider": "Inner Range",
|
||||
"system_integrator": "Inner Range"
|
||||
},
|
||||
{
|
||||
"application": "Trade fair card Deutsche Messe AG, Hannover",
|
||||
"company": "Systemform GmbH",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue