Gerhard Klostermeier
Gerhard Klostermeier
Sorry for bothering you again ;) I would really like a URH project to save more settings. If I reopen a project I have to change the `Signal View`, `Y-Scale`,...
Hi, I came across a device sending a long sequence of packets. URH puts the sequence into one row of the analysis tab. What I really want to be able...
Hi. First of all, thank you for making nordpy. I really like the simplicity of it and the fact it is open source. I have an issue with reaching (SSH))...
The new MIFARE Classic special/magic cards "Gen3" should be configurable using Android. The configuration commands are just issued using the APDU structure: https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/magic_cards_notes.md#mifare-classic-gen3-aka-apdu The main goal is to implement an...
When using "Write Block" from the "Write Tag" menu, MCT will first try to write with key B and if this fails with key A. This not the fastest but...
There are several known key generation/derivation algorithms out the to calculate the keys for a MIFARE Classic tag. Some of them can be found here: https://github.com/RfidResearchGroup/proxmark3/blob/master/common/generator.c. It would be great...
Replace the "ugly" radio button based layout with tabs.
During the key mapping process: If KeyB is readable there is no need to search for it. Just read it! This might speed up the mapping process. However, for every...
... Just to make the code more readable.
Read and dump tags as fast as possible. Some things needed for this feature will be: - Key files that contain mapping information - A faster read behavior that makes...