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.74k stars 392 forks source link

Emulation Mifare Classic #112

Closed maxben14 closed 7 years ago

maxben14 commented 7 years ago

I want to do a log when a chameleon emulates a mifare classic. I want to log the nonces Nt, Nr, Ar. Prompt please the command for logging nonces from the implementation of crypto1.

geo-rg commented 7 years ago

As you can read at this page of our documentation, you may set logmode=memory and later get the log with logdownload. You will have to find the nonces by yourself from that log.

You may also use the chamlog tool from the Software folder of this repository.

maxben14 commented 7 years ago

I get errors during the emulation of the mifare classic. The chameleon emulates ultralights well, but produces errors when emulating the mifare classic.

geo-rg commented 7 years ago

@maxben14 Have you tried the last versions of the Firmware? We have fixed some bugs.

geo-rg commented 7 years ago

I assume your problem is solved, just re-open this thread if you have any new related problems.