mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 03:34:22 +08:00
shadow
This commit is contained in:
parent
42ed891f30
commit
30de7f5082
1 changed files with 2 additions and 2 deletions
|
@ -529,10 +529,10 @@ static int CmdHF14ADesAuth(const char *Cmd) {
|
||||||
|
|
||||||
uint8_t isOK = resp.oldarg[0] & 0xff;
|
uint8_t isOK = resp.oldarg[0] & 0xff;
|
||||||
if (isOK) {
|
if (isOK) {
|
||||||
uint8_t *session = resp.data.asBytes;
|
uint8_t *session_key = resp.data.asBytes;
|
||||||
|
|
||||||
PrintAndLogEx(NORMAL, " Key :%s", sprint_hex(key, keylength));
|
PrintAndLogEx(NORMAL, " Key :%s", sprint_hex(key, keylength));
|
||||||
PrintAndLogEx(NORMAL, " SESSION :%s", sprint_hex(session, keylength));
|
PrintAndLogEx(NORMAL, " SESSION :%s", sprint_hex(session_key, keylength));
|
||||||
PrintAndLogEx(NORMAL, "-------------------------------------------------------------");
|
PrintAndLogEx(NORMAL, "-------------------------------------------------------------");
|
||||||
//PrintAndLogEx(NORMAL, " Expected :B5 21 9E E8 1A A7 49 9D 21 96 68 7E 13 97 38 56");
|
//PrintAndLogEx(NORMAL, " Expected :B5 21 9E E8 1A A7 49 9D 21 96 68 7E 13 97 38 56");
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue