Add mode fuzzing for MF1 emulation#193
Open
rickNmorty2 wants to merge 11 commits intoRfidResearchGroup:mainfrom
Open
Add mode fuzzing for MF1 emulation#193rickNmorty2 wants to merge 11 commits intoRfidResearchGroup:mainfrom
rickNmorty2 wants to merge 11 commits intoRfidResearchGroup:mainfrom
Conversation
added 5 commits
December 11, 2023 20:39
|
You are welcome to add an entry to the CHANGELOG.md as well |
Built artifacts for commit 6a03449FirmwareClient |
p-l-
reviewed
Jan 4, 2024
Contributor
p-l-
left a comment
There was a problem hiding this comment.
That's a great PR! I have a couple of improvements to suggest.
Also, a nice addition would be to (optionally) log the commands and answers. WDYT?
p-l-
reviewed
Jan 5, 2024
Thanks Co-authored-by: Pierre <[email protected]>
Co-authored-by: Pierre <[email protected]>
Author
|
Thanks for the suggestions @p-l- |
p-l-
reviewed
Jan 29, 2024
Co-authored-by: Pierre <[email protected]>
Author
|
Hi, For me this PR is ready to be merged. Or if you think it is not relevant I am OK to close it as well. Just let me know. |
zeusricote
pushed a commit
to zeusricote/ChameleonUltra
that referenced
this pull request
Jun 18, 2025
…fidResearchGroup#193, and RfidResearchGroup#96(thread locking issue should have been fixed) merged
Contributor
|
Hi! Are you still interested in working on this PR? would you consider resolving the merge conflicts and ensuring your code is up to date? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR aims to provide a new mode called fuzzing. When in fuzzing mode, the slot generate a new (random)
content each time it is read. This allows to fuzz a reader for which the keys are known but required UID/bitfield values are not.
For example, we read twice the same slot on the ChameleonUltra, configured in fuzzing mode:
And we obtain different data:
It is a per-slot setting, configurable through the CLI:
It is also possible to specify keys to use for fuzzing mode for each sector:
Note that the current implementation does not randomize keys and access mode when generating new data.
Any feedback on the idea and/or on the implementation (client or firmware side) is welcome.