RfidResearchGroup / proxmark3

Iceman Fork - Proxmark3
http://www.icedev.se
GNU General Public License v3.0
3.72k stars 998 forks source link

Expand the abilities of `hf mfp` #2194

Closed team-orangeBlue closed 8 months ago

team-orangeBlue commented 8 months ago

Changes done:

  1. Support for encrypted transmission, now used by default
  2. Support for removing MAC from data exchange
  3. AES keys can now be changed in SL3
  4. Configuration blocks can now be changed
  5. Write Perso explains the possibilities of writing memory

What is to come:

  1. Switching sectors to SL1SL3mix/SL3 on Plus EV1 and newer using Key Indexes 9007 and 9006 accordingly (need testing material)
  2. Write the Mifare Plus EV1 SL1 configuration limiting DaVaBlock commands available (command 44h)
  3. Figure out this Random ID thing (I bricked 4 chips trying to figure out what to write).

Also hello iKey employee that asked me why I was buying those plus fobs. I killed all 3!

team-orangeBlue commented 8 months ago

Apparently in cmdhflist.c:

directive output may be truncated writing 1 byte into a region of size between 0 and 4

applied to the sector calculator. Making compilation checks fail.

However testing on ProxSpace gives no errors..