mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
check def pwd
This commit is contained in:
parent
5f22292bba
commit
d9a5445c02
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ static uint8_t default_3des_keys[][16] = {
|
||||||
static uint8_t default_pwd_pack[][4] = {
|
static uint8_t default_pwd_pack[][4] = {
|
||||||
{0xFF, 0xFF, 0xFF, 0xFF}, // PACK 0x00,0x00 -- factory default
|
{0xFF, 0xFF, 0xFF, 0xFF}, // PACK 0x00,0x00 -- factory default
|
||||||
{0x4E, 0x45, 0x78, 0x54}, // NExT
|
{0x4E, 0x45, 0x78, 0x54}, // NExT
|
||||||
|
{0xB6, 0xAA, 0x55, 0x8D}, // copykey
|
||||||
};
|
};
|
||||||
|
|
||||||
static uint64_t UL_TYPES_ARRAY[] = {
|
static uint64_t UL_TYPES_ARRAY[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue