mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 11:33:51 +08:00
ADD: another default key: VIGIK1
This commit is contained in:
parent
ebd7412d7d
commit
0ad970fb02
2 changed files with 10 additions and 1 deletions
|
@ -87,4 +87,6 @@ f1d83f964314,--RKFRejskortDanmarkKeyB
|
|||
fc00018778f7,--VästtrafikenKeyA
|
||||
fc0001877bf7,--RKFÖstgötaTrafikenKeyA
|
||||
44ab09010845,-- hotel system
|
||||
85fed980ea5a,-- hotel system
|
||||
85fed980ea5a,-- hotel system
|
||||
314B49474956,--VIGIK1KeyA
|
||||
564c505f4d41,--VIGIK1KeyB
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
local _keys = {
|
||||
|
||||
|
||||
--[[
|
||||
|
||||
These keys are from the pm3 c-codebase.
|
||||
|
@ -165,6 +166,12 @@ local _keys = {
|
|||
--]]
|
||||
'44ab09010845',
|
||||
'85fed980ea5a',
|
||||
|
||||
--[[
|
||||
VIGIK1
|
||||
--]]
|
||||
'314B49474956',
|
||||
'564c505f4d41',
|
||||
}
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue