mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-23 14:35:28 -07: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
|
fc00018778f7,--VästtrafikenKeyA
|
||||||
fc0001877bf7,--RKFÖstgötaTrafikenKeyA
|
fc0001877bf7,--RKFÖstgötaTrafikenKeyA
|
||||||
44ab09010845,-- hotel system
|
44ab09010845,-- hotel system
|
||||||
85fed980ea5a,-- hotel system
|
85fed980ea5a,-- hotel system
|
||||||
|
314B49474956,--VIGIK1KeyA
|
||||||
|
564c505f4d41,--VIGIK1KeyB
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
local _keys = {
|
local _keys = {
|
||||||
|
|
||||||
|
|
||||||
--[[
|
--[[
|
||||||
|
|
||||||
These keys are from the pm3 c-codebase.
|
These keys are from the pm3 c-codebase.
|
||||||
|
@ -165,6 +166,12 @@ local _keys = {
|
||||||
--]]
|
--]]
|
||||||
'44ab09010845',
|
'44ab09010845',
|
||||||
'85fed980ea5a',
|
'85fed980ea5a',
|
||||||
|
|
||||||
|
--[[
|
||||||
|
VIGIK1
|
||||||
|
--]]
|
||||||
|
'314B49474956',
|
||||||
|
'564c505f4d41',
|
||||||
}
|
}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue