I tied it this weekend, it’s not bad but I am still going back to unleashed.
From what I see xtreme wont be any more and it will be replaced with momentum.
Speaking of which I was looking for a dictionary with em410x UIDs. ( in case someone has one please share), tnx.
Wasn’t able to find one, thus I was thinking to write something in order to generate the UIDs for a fuzzing experiment withe educational purpose.
As usual before writing I’ve decided to look around if some good soul did it before me and I found this.
it creates a dictionary with random UIDs which is flipper and pm3 compatible.
Cheers
That’s kinda what I figured, otherwise I probably would have heard of it by now
Nothing wildly nefarious…
Just realized as I was walking through a plant of 100ish people all with Bluetooth headphones how funny a deauth would be to watch
Another good feature would be to port the lua script from proxmark iceman repo for ultimate magic card, and add the functionality to flipper magic card app. I am sure a lot of folks would appreciate it. I am even considering to open a feature request in github
because you can blindly send write commands to T55 blocks without needing the response confirmation the chip sends
the flipper does this & then performs a read to validate the ID wrote correctly.
you can’t dump & restore t5577s because you’d need to be able to TX/RX quicker than the module allows for, you’d not be able to see the chips response which is what you’d want
yea, to read a block you need to transmit “read block x” and receive the transmitted block back, the exchange happens too quickly for the flipper, you could send the read command sure but not pick up its response unfortunately.