mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 03:03:14 +08:00
Typo in hf 14a sim help
This commit is contained in:
parent
26922aefd7
commit
57eba86be6
1 changed files with 3 additions and 3 deletions
|
@ -142,9 +142,9 @@ int usage_hf_14a_sim(void) {
|
||||||
// PrintAndLog(" u : 4, 7 or 10 byte UID");
|
// PrintAndLog(" u : 4, 7 or 10 byte UID");
|
||||||
PrintAndLog(" u : 4, 7 byte UID");
|
PrintAndLog(" u : 4, 7 byte UID");
|
||||||
PrintAndLog(" x : (Optional) performs the 'reader attack', nr/ar attack against a legitimate reader");
|
PrintAndLog(" x : (Optional) performs the 'reader attack', nr/ar attack against a legitimate reader");
|
||||||
PrintAndLog("\n sample : hf 14a sim t 1 u 1122344 x");
|
PrintAndLog("\n sample : hf 14a sim t 1 u 11223344 x");
|
||||||
PrintAndLog(" : hf 14a sim t 1 u 1122344");
|
PrintAndLog(" : hf 14a sim t 1 u 11223344");
|
||||||
PrintAndLog(" : hf 14a sim t 1 u 1122344556677");
|
PrintAndLog(" : hf 14a sim t 1 u 11223344556677");
|
||||||
// PrintAndLog(" : hf 14a sim t 1 u 11223445566778899AA\n");
|
// PrintAndLog(" : hf 14a sim t 1 u 11223445566778899AA\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue