RfidResearchGroup / ChameleonMini

The ChameleonMini is a versatile contactless smartcard emulator compliant to NFC. The ChameleonMini was first developed by KAOS. This is NOT the official repo for KAOS's ChameleonMini. For further information see the Getting Started Page
http://chameleontiny.com/help/
Other
404 stars 76 forks source link

Android app features #51

Open blackndoor opened 3 years ago

blackndoor commented 3 years ago

I notice an error or problem on the play store version. In old version, it was possible to get the tag UID by selecting "ISO14443A_READER" and click on "GetUID". "GetUID" has been replaced by "UID Clone", but it looks like it does not act as the "GetUID".

Did I miss the something ?

Also, as soon as a key is found we can try to read the tag. I notice that a file is created in /data/data/com.proxgrnd.chameleon/files/key/tmp.keys

This file contains the key found and some other ones. Would it be possible to improve that list ? By selecting a key file on the android filesystem for instance ?

Thanks