Script to directly dump tags#66
Open
Aptimex wants to merge 5 commits intoBambu-Research-Group:mainfrom
Open
Conversation
Document tagDump script; Move legacy sniffing instructions to bottom; Clarify that most changeable-UID tags don't work for cloning; A few typo fixes
Contributor
Author
|
Also some README changes:
|
Collaborator
|
#55 already performs rearranging of the instructions, may we revert those changes to reduce the number of merge conflicts that would occur from that change? |
queengooborg
requested changes
Jan 28, 2025
Collaborator
queengooborg
left a comment
There was a problem hiding this comment.
Formally requesting the above as a change!
Contributor
Author
|
Yeah that's fine with me. I don't think I can review/accept the formal change request you submitted though. |
Collaborator
|
The above was just me using the "Request changes" option for review, rather than providing code suggestions to be able to directly commit and merge! |
Contributor
Author
|
Got it, let me know if there's anything I need to do myself to facilitate merging this. |
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.
Adds a user-friendly Python script
tagDump.pyto quickly dump the data from Bambu filament tags using the recently-discovered key derivation method. Users can just plug in a Proxmark3 and run this script to get full binary and JSON dumps of tags, no other steps required. Borrows some of the great code from the existingtraceKeyExtractor.pyscript.Also includes an option to dump the tags using known "backdoor" keys instead, which is faster and requires no extra pip cryptography modules to be installed, but is not able to dump the tag keys. This is useful for inspecting the data, but not cloning/emulating tags.
I only testing this on WSL1 in Windows, so would be good if others can test that it also works on other OS environments.