mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
fix pwd presence in hf mfu dump for ULEV1/NTAG
This commit is contained in:
parent
adde53dbfb
commit
977bb8786c
1 changed files with 1 additions and 1 deletions
|
@ -2373,7 +2373,7 @@ static int CmdHF14AMfUDump(const char *Cmd) {
|
||||||
|
|
||||||
// format and add keys to block dump output
|
// format and add keys to block dump output
|
||||||
// only add keys if not partial read, and complete pages read
|
// only add keys if not partial read, and complete pages read
|
||||||
if (!is_partial && pages == card_mem_size && has_auth_key) {
|
if (!is_partial && pages == card_mem_size && (has_auth_key || has_pwd)) {
|
||||||
// if we didn't swapendian before - do it now for the sprint_hex call
|
// if we didn't swapendian before - do it now for the sprint_hex call
|
||||||
// NOTE: default entry is bigendian (unless swapped), sprint_hex outputs little endian
|
// NOTE: default entry is bigendian (unless swapped), sprint_hex outputs little endian
|
||||||
// need to swap to keep it the same
|
// need to swap to keep it the same
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue