Closed datatags closed 3 years ago
Interesting, I thought I pushed that fix. Good finding it and good write up.
Thanks @datatags I added your fix with some others along the way, in https://github.com/RfidResearchGroup/proxmark3/commit/13ae226a601bf6745fbbc52db532acc69714c5b7
Note that it's currently in a "future" branch because of temporary freeze of master. It'll go to master as soon as @iceman is ok with it.
now merged in master
Describe the bug mf_nonce_brute is not able to find the first 16 bits of the key in "phase 2"
To Reproduce Steps to reproduce the behavior:
./mf_nonce_brute
Expected behavior mf_nonce_brute to find the correct key.
Screenshots
Desktop (please complete the following information):
hw version
(*) Q factor must be measured without tag on the antenna
[+] Displaying LF tuning graph. Divisor 88 (blue) is 134.83 kHz, 95 (red) is 125.00 kHz.
key |= (count << 32);
... Checking key fffc... Checking key fffe... Checking key fffd... Checking key ffff... Checking key fffc... Checking key fffe... Checking key fffd... Checking key ffff... ...
key = args->part_key | (count << 32);