iceman1001 / ChameleonMini-rebooted

Chameleon Mini revE rebooted - Iceman Fork, the ChameleonMini is a versatile contactless smartcard emulator (NFC/RFID)
Other
396 stars 85 forks source link

Functionality of MF_DETECTION #25

Closed ghost closed 6 years ago

ghost commented 6 years ago

What is the functionality of the MF_DETECTION configuration?

What should be happen if a slot is configured in detection mode?

Thanks a lot.

iceman1001 commented 6 years ago

It saves the reader / card authentication sequence and it is used later to run mfkey32 with, in order to get the key used.

The process Basically, you set MF_DETECTION, you present device to a genuine reader and wait for awhile. Then you reconnect device to computer and press

and if you are lucky, some keys are found and printed in textbox..

ghost commented 6 years ago

Thanks a lot.

You think it is possible to add this functionality to a RevG too? I like my rebooted device, but RevG has, reader, sniffer, ... that I don't want to miss. Anyone has ideas which files depending on mf_detection?

Special things to care about?

kevin2008-01 commented 6 years ago

But for working, you need one valid UID for the reader.

iceman1001 commented 6 years ago

Of course its possible, everything you need you have. You still would need the GUI to do the cracking part, or you need to implement the mfkey32 attack into the commandline part.

Just understand what you need to execute it.

iceman1001 commented 6 years ago

closing since its a question for RevG - repo.

ghost commented 6 years ago

@iceman1001 thanks I understood. I'll go on for it. Cheers