mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-20 20:18:17 +08:00
ADD: found a BCARD KeyB on the net. ref: http://irq5.io/2013/04/13/decoding-bcard-conference-badges/
This commit is contained in:
parent
b6901e17c8
commit
3fd842ed98
2 changed files with 7 additions and 1 deletions
|
@ -89,4 +89,5 @@ fc0001877bf7,--RKFÖstgötaTrafikenKeyA
|
||||||
44ab09010845,-- hotel system
|
44ab09010845,-- hotel system
|
||||||
85fed980ea5a,-- hotel system
|
85fed980ea5a,-- hotel system
|
||||||
314B49474956,--VIGIK1KeyA
|
314B49474956,--VIGIK1KeyA
|
||||||
564c505f4d41,--VIGIK1KeyB
|
564c505f4d41,--VIGIK1KeyB
|
||||||
|
f4a9ef2afc6d,--BCARD KeyB
|
|
@ -172,6 +172,11 @@ local _keys = {
|
||||||
--]]
|
--]]
|
||||||
'314B49474956',
|
'314B49474956',
|
||||||
'564c505f4d41',
|
'564c505f4d41',
|
||||||
|
|
||||||
|
--[[
|
||||||
|
BCARD keyB
|
||||||
|
--]]
|
||||||
|
'f4a9ef2afc6d',
|
||||||
}
|
}
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Reference in a new issue