]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhfmf.c
add a specific check function for static nonces (used in 'hf mf nested') (#911)
[proxmark3-svn] / client / cmdhfmf.c
index 33790230fa7324ccae4529f0400fd1f3d26154fa..d31b8264ce497cf28fedbad9ddb76c14acb8481b 100644 (file)
@@ -677,7 +677,7 @@ int CmdHF14AMfNested(const char *Cmd) {
                // check if we can authenticate to sector\r
                res = mfCheckKeys(blockNo, keyType, timeout14a, true, 1, key, &key64);\r
                if (res) {\r
-                       PrintAndLog("Can't authenticate to block:%3d key type:%c key:%s", blockNo, keyType?'B':'A', sprint_hex(key, 6));\r
+                       PrintAndLog("Can't authenticate to block %d, key type %c, key %s", blockNo, keyType?'B':'A', sprint_hex(key, 6));\r
                        return 3;\r
                }\r
 \r
Impressum, Datenschutz