kgamecarter / ChameleonMiniApp

ChameleonMini Android Client
GNU General Public License v3.0
25 stars 5 forks source link

Clear detection results #7

Closed jimbauwens closed 4 years ago

jimbauwens commented 4 years ago

Currently there is no way to clear recorded nonces from a slot in detection mode. This can be done by sending "DETECTION=" if I am not mistaken.

Maybe the clear button could both issue the clear command and this one?

kgamecarter commented 4 years ago

Thx. I add clear detection if slot in MF_DETECTION mond.

https://github.com/kgamecarter/ChameleonMiniApp/commit/d8c5141b90c6e9101f1536f0f00f2f5f1ee91fa4

kgamecarter commented 4 years ago

publish 0.3.7

jimbauwens commented 4 years ago

Hi, that seems the work, nice work. Sadly, with the new version mkey32 somehow crashes the application (when there are nonces). I'm not able to send a stacktrace right now, but I'll make an issue for it next week.

kgamecarter commented 4 years ago

Oh yes, I tested crash too.

kgamecarter commented 4 years ago

The upgrade of flutter sdk affects my multi-threading mfkey32 attack.

Now I use single-thread attack. Just a few seconds slow.