mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 18:24:27 +08:00
correct instructions
This commit is contained in:
parent
dc3944ab65
commit
82fba2d929
1 changed files with 8 additions and 8 deletions
|
@ -2299,14 +2299,14 @@ int infoHF14A(bool verbose, bool do_nack_test, bool do_aid_search) {
|
||||||
|
|
||||||
if (isFUDAN) {
|
if (isFUDAN) {
|
||||||
PrintAndLogEx(HINT, "Hint: try " _YELLOW_("`hf 14a raw`") " - since FUDAN is different");
|
PrintAndLogEx(HINT, "Hint: try " _YELLOW_("`hf 14a raw`") " - since FUDAN is different");
|
||||||
PrintAndLogEx(HINT, " hf 14a raw -a -b 7 -p 26");
|
PrintAndLogEx(HINT, " hf 14a raw -a -b 7 -k 26");
|
||||||
PrintAndLogEx(HINT, " hf 14a raw -p -c 3000");
|
PrintAndLogEx(HINT, " hf 14a raw -k -c 3000");
|
||||||
PrintAndLogEx(HINT, " hf 14a raw -p -c 3001");
|
PrintAndLogEx(HINT, " hf 14a raw -k -c 3001");
|
||||||
PrintAndLogEx(HINT, " hf 14a raw -p -c 3002");
|
PrintAndLogEx(HINT, " hf 14a raw -k -c 3002");
|
||||||
PrintAndLogEx(HINT, " hf 14a raw -p -c 3003");
|
PrintAndLogEx(HINT, " hf 14a raw -k -c 3003");
|
||||||
PrintAndLogEx(HINT, " hf 14a raw -p -c 3004");
|
PrintAndLogEx(HINT, " hf 14a raw -k -c 3004");
|
||||||
PrintAndLogEx(HINT, " hf 14a raw -p -c 3005");
|
PrintAndLogEx(HINT, " hf 14a raw -k -c 3005");
|
||||||
PrintAndLogEx(HINT, " hf 14a raw -p -c 3006");
|
PrintAndLogEx(HINT, " hf 14a raw -k -c 3006");
|
||||||
PrintAndLogEx(HINT, " hf 14a raw -c 3007");
|
PrintAndLogEx(HINT, " hf 14a raw -c 3007");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue