emsec / ChameleonMini

The ChameleonMini is a versatile contactless smartcard emulator compliant to NFC. The ChameleonMini was developed by https://kasper-oswald.de. The device is available at https://shop.kasper.it. For further information see the Getting Started Page https://rawgit.com/emsec/ChameleonMini/master/Doc/Doxygen/html/_page__getting_started.html or the Wiki tab above.
Other
1.72k stars 391 forks source link

Set new UID #341

Closed sina6611 closed 8 months ago

sina6611 commented 9 months ago

Hi everyone,

I want to set a new UID in the Chameleon Mini and I have used the command UID=. For example, I have set UID=<1234567989ABCDEF>, but the Chameleon Mini answers INVALID parameter. Does anyone know how I can set a new UID on it?

spankywetfish commented 9 months ago

You don’t need the <>, they are there to indicate that a parameter is required. E.g. UID=12345

r1ddl3rz commented 9 months ago

Hi everyone,

I want to set a new UID in the Chameleon Mini and I have used the command UID=. For example, I have set UID=<1234567989ABCDEF>, but the Chameleon Mini answers INVALID parameter. Does anyone know how I can set a new UID on it?

And you need to have a valid length for the UID. For example cfg=MF_CLASSIC_1K Correct: UID=11223344 Invalid Parameter: UID=1122334455

sina6611 commented 9 months ago

It works. Thank you