mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
added hints
This commit is contained in:
parent
705d0b7a6b
commit
44ed826840
1 changed files with 4 additions and 4 deletions
|
@ -702,13 +702,13 @@ int MakeCredentionalParseRes(json_t *root, uint8_t *data, size_t dataLen, bool v
|
||||||
if (!ubuf[32])
|
if (!ubuf[32])
|
||||||
PrintAndLog("none");
|
PrintAndLog("none");
|
||||||
if (ubuf[32] & 0x01)
|
if (ubuf[32] & 0x01)
|
||||||
PrintAndLog("up - user presence");
|
PrintAndLog("up - user presence result");
|
||||||
if (ubuf[32] & 0x04)
|
if (ubuf[32] & 0x04)
|
||||||
PrintAndLog("uv - user verification (fingerprint scan or a PIN or ...)");
|
PrintAndLog("uv - user verification (fingerprint scan or a PIN or ...) result");
|
||||||
if (ubuf[32] & 0x40)
|
if (ubuf[32] & 0x40)
|
||||||
PrintAndLog("at - ");
|
PrintAndLog("at - attested credential data included");
|
||||||
if (ubuf[32] & 0x80)
|
if (ubuf[32] & 0x80)
|
||||||
PrintAndLog("ed - ");
|
PrintAndLog("ed - extension data included");
|
||||||
|
|
||||||
uint32_t cntr = (uint32_t)bytes_to_num(&ubuf[33], 4);
|
uint32_t cntr = (uint32_t)bytes_to_num(&ubuf[33], 4);
|
||||||
PrintAndLog("Counter: %d", cntr);
|
PrintAndLog("Counter: %d", cntr);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue