mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 02:34:48 +08:00
colors
This commit is contained in:
parent
e3a0594b98
commit
a4ecc6d3ce
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ crack_states_thread(void* x){
|
||||||
char progress_text[80];
|
char progress_text[80];
|
||||||
char keystr[18];
|
char keystr[18];
|
||||||
sprintf(keystr, "%012" PRIx64, key);
|
sprintf(keystr, "%012" PRIx64, key);
|
||||||
sprintf(progress_text, "Brute force phase completed. Key found: " _GREEN_(keystr));
|
sprintf(progress_text, "Brute force phase completed. Key found: " _GREEN_(%s), keystr);
|
||||||
hardnested_print_progress(thread_arg->num_acquired_nonces, progress_text, 0.0, 0);
|
hardnested_print_progress(thread_arg->num_acquired_nonces, progress_text, 0.0, 0);
|
||||||
break;
|
break;
|
||||||
} else if(keys_found){
|
} else if(keys_found){
|
||||||
|
|
Loading…
Reference in a new issue