mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
added: readed blocks (password mode) into tag.sectors[]. 'lf hitag sim' simulates the readed blocks.
This commit is contained in:
parent
bde10a5057
commit
219a334de5
2 changed files with 20 additions and 10 deletions
|
@ -199,7 +199,7 @@ int CmdLFHitagReader(const char *Cmd) {
|
|||
PrintAndLog(" Hitag2 (2*)",htf);
|
||||
PrintAndLog(" 21 <password> (password mode)",htf);
|
||||
PrintAndLog(" 22 <nr> <ar> (authentication)",htf);
|
||||
PrintAndLog(" 23 <key> (authentication)",htf);
|
||||
PrintAndLog(" 23 <key> (authentication) key is in format: ISK high + ISK low",htf);
|
||||
PrintAndLog(" 25 (test recorded authentications)",htf);
|
||||
return 1;
|
||||
} break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue