mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Update cmdhficlass.c
Signed-off-by: Antiklesys <syselkitna@gmail.com>
This commit is contained in:
parent
b46930394a
commit
ab84cb459a
1 changed files with 1 additions and 1 deletions
|
@ -4931,7 +4931,7 @@ static int CmdHFiClassLegacyRecover(const char *Cmd) {
|
||||||
PrintAndLogEx(INFO, "Press " _GREEN_("pm3 button") " to abort");
|
PrintAndLogEx(INFO, "Press " _GREEN_("pm3 button") " to abort");
|
||||||
PrintAndLogEx(INFO, "--------------- " _CYAN_("start") " -----------------\n");
|
PrintAndLogEx(INFO, "--------------- " _CYAN_("start") " -----------------\n");
|
||||||
|
|
||||||
iclass_recover(macs, index, loop, no_first_auth, debug, test, allnight);
|
iclass_recover(macs, index, loop, no_first_auth, debug, test, fast, allnight);
|
||||||
|
|
||||||
PrintAndLogEx(NORMAL, "");
|
PrintAndLogEx(NORMAL, "");
|
||||||
PrintAndLogEx(WARNING, _YELLOW_("If the process completed successfully, you can now run 'hf iclass legbrute' with the partial key found."));
|
PrintAndLogEx(WARNING, _YELLOW_("If the process completed successfully, you can now run 'hf iclass legbrute' with the partial key found."));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue