mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fingerprint regardless if we got pwd nor not
This commit is contained in:
parent
081ff216eb
commit
ab0c46a22b
1 changed files with 0 additions and 2 deletions
|
@ -2132,9 +2132,7 @@ static int CmdHF14AMfUInfo(const char *Cmd) {
|
||||||
}
|
}
|
||||||
|
|
||||||
out:
|
out:
|
||||||
if (has_auth_key) {
|
|
||||||
mfu_fingerprint(tagtype, has_auth_key, authkeyptr, ak_len);
|
mfu_fingerprint(tagtype, has_auth_key, authkeyptr, ak_len);
|
||||||
}
|
|
||||||
|
|
||||||
DropField();
|
DropField();
|
||||||
if (locked) {
|
if (locked) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue