mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 16:14:59 +08:00
hf mfu info - adapted the fingerprinting
This commit is contained in:
parent
602c9d1542
commit
de42d3c55e
1 changed files with 19 additions and 1 deletions
|
@ -1037,7 +1037,7 @@ static mfu_identify_t mfu_ident_table[] = {
|
||||||
{
|
{
|
||||||
"Jooki", "0004040201000F03",
|
"Jooki", "0004040201000F03",
|
||||||
12, 32, "E11012000103A00C340329D101255504732E6A6F6F6B692E726F636B732F732F",
|
12, 32, "E11012000103A00C340329D101255504732E6A6F6F6B692E726F636B732F732F",
|
||||||
NULL, NULL,
|
ul_ev1_pwdgen_def, ul_ev1_packgen_def,
|
||||||
"hf jooki decode -r"
|
"hf jooki decode -r"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1046,6 +1046,24 @@ static mfu_identify_t mfu_ident_table[] = {
|
||||||
ul_ev1_pwdgenC, ul_ev1_packgenC,
|
ul_ev1_pwdgenC, ul_ev1_packgenC,
|
||||||
"hf mfu dump -k %08x"
|
"hf mfu dump -k %08x"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Hotwheels", "0004040201000F03",
|
||||||
|
9, 9, "E110120F",
|
||||||
|
ul_ev1_pwdgen_def, ul_ev1_packgen_def,
|
||||||
|
"hf mfu dump -k %08x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Minecraft Earth", "0004040201000F03",
|
||||||
|
9, 26, "48F6FFE1101200037C91012C55027069642E6D617474656C2F4167",
|
||||||
|
ul_ev1_pwdgen_def, ul_ev1_packgen_def,
|
||||||
|
"hf mfu dump -k %08x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Snackworld", "0004040101000B03",
|
||||||
|
9, 7, "483000E1100600",
|
||||||
|
NULL, NULL,
|
||||||
|
"hf mfu dump -k %08x"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Amiibo", "0004040201001103",
|
"Amiibo", "0004040201001103",
|
||||||
9, 9, "480FE0F110FFEEA500",
|
9, 9, "480FE0F110FFEEA500",
|
||||||
|
|
Loading…
Reference in a new issue