-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to clone existing tags? Compiling information. #54
Comments
I did this a while ago and made a video showing it working (https://www.tiktok.com/@polarfilament/video/7375211374751780138?lang=en), but I haven't had a chance to make a TUTORIAL video on it yet. |
Just to document it here, the details are in the tag choice, and learning how to debug via the tracelog captured using a proxmark3 between the tag and the AMS. The first thing that happens is the AMS reads the entire tag (including signature) and verifies that it's correct. If it IS correct, they try to brick the tag by writing to Block 0. Block 0 is normally read-only, so this command does nothing to standard RFID tags (eg genuine bambu tags). For magic tags (such as magic gen2), Block 0 is writable, therefore the command succeeds and writes garbage data to the tag, therefore "bricking" it. This is their defense against people using Magic tags. However, there's such things as FUID (fused UID tags) which allow block 0 to be written to ONCE, but never again. This lets you clone a bambu tag, and then when the printer tries to overwrite block 0, it fails. This convinces the printer that the tag is genuine, and it reads it correctly. Other than that, it's just a standard ProxMark3 write instruction to write to your FUID tag. The complexity is just debugging in the event that it doesn't work. |
This other issue is mapping compatible tags: #1 |
Hey this is exactly the thing what I am doing in the moment. So where do we place this collection? |
Ok, here are a few questions:
|
Annnnnnnnddddd no one replied …….. frustrating. You were almost there. I tried to clone some Creality tags using an rfid reader writer to no avail. I think us cloning these tags is a big deal because if we can easily do it and get that info out to the public so everyone is doing it. It renders their little locked system useless possibly more encouragement for them to join the open source project I would think. Why wouldn’t they at this point….. once they realize their tags are readable writable basically they no longer control where you buy your filament. That’s the biggest deal. They want you to buy their filament. |
Yeah, I got the equipment and some tags, including normal (magic) and FUID ones, I'm just not sure how to proceed. |
Just FYI, there seem to be some magic gen2 tags out there, which respect the AC bits for rewriting the UID/sector0. I had some cards laying around, and was able to clone a tag from a Bambu spool, which did not get bricked in the AMS and worked. I tested with some other magic gen2 tags (different batch) which got bricked so it is not a firmware thing of the printer or AMS. Unfortunately, finding these "special" magic gen2 tags is more or less impossible. |
If you have some genuine Bambu tags/spools, I would start with reading the data off of these. Then you have some dumps you can try to restore to the gen2 tags. How to read and restore data from/to Mifare Classic tags should be an easy find via Google. I think, that the bricked tags are not recoverable. I only have a PN532 so I don't know if a Proxmark is mayble able to recover them, but I think not. I read somewhere, that when there is invalid data in a sector the sector is "dead" forever. Edit: According to another post it is possible to unbrick with a PM3: #41 |
This project is awesome and I think it already got very far being able to read tags contents. But because of the signature, it seems like it is still a bit far away the possibility of actually creating your own tags from scratch.
But something that seems to already be possible is to CLONE existing tags, including their signature. I have seen bits of information about this scattered all over the place, but nowhere I can find a very direct and to the point tutorial of cloning existing tags.
What should be compiled:
This is something totally possible today and would solve the biggest need from users which is making 3rd party filament spools as convenient as the originals. Of course there are other needs but this would already go a long way.
I hope that this issue will help to organize all the info needed, focusing exclusively on cloning.
The text was updated successfully, but these errors were encountered: