Key guessing does not work in RFID-Cloner example #642
Labels
bug 🐛
a not intended feature
need_confirmation 🧷
bug report must be confirmed by a second person, write if you have the same issue
Step 1: Describe your environment
Step 2: Describe the problem
Key guessing in
RFID-Cloner
example can't guess key if it's not 1st in the list. This is because card prevents any communications after failed authentication. The case is handled inrfid_default_keys
example with the code:Affected file(s) or example(s):
Steps to reproduce:
0xFF...
) key not in the first place of the listObserved Results:
All attempts will fail with timeout even if know key was tried
Expected Results:
Attempt on known key success, even if the key is not first in the list
The text was updated successfully, but these errors were encountered: