From 152a2b43c07f14244fe9ed1f28a395a468ffe541 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 11 Feb 2021 23:18:17 +0100 Subject: [PATCH] hf jooki encode - fix tagtype.. --- client/src/cmdhfjooki.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfjooki.c b/client/src/cmdhfjooki.c index 964008cc8..329a35476 100644 --- a/client/src/cmdhfjooki.c +++ b/client/src/cmdhfjooki.c @@ -249,7 +249,7 @@ static int CmdHF14AJookiEncode(const char *Cmd) { if (tt_whale) tt = 5; - uint8_t iv[JOOKI_IV_LEN] = {0x31, 0x43, 0x33, 0}; + uint8_t iv[JOOKI_IV_LEN] = {0x80, 0x77, 0x51, 1}; if (use_tag) { int res = ul_read_uid(uid); if (res != PM3_SUCCESS) {