iceman1001 / proxmark3

[Deprecated] Iceman Fork, the most totally wicked fork around if you are into proxmark3
http://www.icedev.se/pm3.aspx
GNU General Public License v2.0
465 stars 116 forks source link

hf mf sniff - current bugs. #155

Closed iceman1001 closed 6 years ago

iceman1001 commented 6 years ago
  1. wrong size dumping to file. traceCard array is 4096, indicating a Mifare Classic s70 support, however the saveTraceCard function only loop & saves 1024kb.

  2. locaTraceCard fails because extra newline in dump.eml Loading a eml file fails because of extra newline when tracecard data is saved.

  3. block0 - improper data mftraceinit doesn't take uid length in consideration when creating block0 data.

iceman1001 commented 6 years ago
  1. partial command support. Doesn't deal with Increment, Decrement, Restore, Transfer, or (Classic Ev1 Set_Mode_type, Personalize_uid_usage)

  2. Don't play well with unoffical commands like the magic commands.. Since readers nowdays both uses ClassicEv1 cmds and clone detections, these commands shouldn't "break" the transactions.

iceman1001 commented 6 years ago

I removed hf mf sniff from iceman fork.

The device side code is redundant and the client side code should be converted into a new command hf list mf.

All ISO 14443a sniffing should be using HF 14A SNIFF