X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/1e2bb9c9f43872bfe13f5b6c06f0af2bec1eedd4..faabfafe3017e88766b26bfd5917d81f83a8dc52:/client/cmdhfmfhard.c diff --git a/client/cmdhfmfhard.c b/client/cmdhfmfhard.c index 2af03f08..acdea715 100644 --- a/client/cmdhfmfhard.c +++ b/client/cmdhfmfhard.c @@ -1687,7 +1687,7 @@ static void brute_force(void) time(&end); double elapsed_time = difftime(end, start); - PrintAndLog("ICE %.f seconds", elapsed_time); + if(keys_found){ PrintAndLog("Success! Tested %"PRIu32" states, found %u keys after %.f seconds", total_states_tested, keys_found, elapsed_time); PrintAndLog("\nFound key: %012"PRIx64"\n", foundkey);