Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Pages: 1
Hi everybody,
I'm playing with my Proxmark and a Mifare Ultralight Tag. I'm currently looking for Datasheet with all commands and what they stand for.
For example:
TAG 44 00 => I am an ULTRALITE Tag
Is there any list with this commands out there? I tried google, but didn't found a good answer.
Offline
I think some of them is described in ISO specification.
Offline
The ATQA is transmitted in reverse order. A small (and incomplete) list is available here
Offline
Midnitesnake did an implementation of Ultralight UL and Ultralight C (crypto), you will find it in his fork. I enhanced it a bit in my fork but I haven't push it either to the master.
Offline
The commands are very similar to standard mifare, minus the authentication.
ULC uses DES crypto for authentication, but depending on the card config, you get limited access or read only, or read & write access.
There is a current PoC in git proxmark3-unstable, until I clean up the code.
Offline
I refactored your code a bit, Midnitesnake.
added an hf mfu info command with manufaturing identification.
merged your dump commands into one
renamed some commads.
Soon, when this problem with making pull-requests it will be released.
Offline
Pages: 1