]> git.zerfleddert.de Git - proxmark3-svn/commit
Unstable branch: ported iclass research from Pentura_Prox's previous proxmark implent...
authormidnitesnake <midnitesnake@gmail.com>
Thu, 17 Jul 2014 10:09:30 +0000 (11:09 +0100)
committermidnitesnake <midnitesnake@gmail.com>
Thu, 17 Jul 2014 10:09:30 +0000 (11:09 +0100)
commitf028213f0e2073099dbfae86a43f6a43bdd9c495
treec2ea303d696848f4ca08f8f4c15adc3c684b46bc
parent2e656c39ebfd7e2471296ec96bcb1eee7b6b39f6
Unstable branch: ported iclass research from Pentura_Prox's previous proxmark implentation.

Not sure what has changed in the Proxmark firmware, but not quite working the same.
hf iclass dump, sometimes does not accurately get the CSN and CC used for Authentication.
Other times it fails to execute the procedure to dump the card, or a correct MAC is diagnosed
as authentication failure.
However, if a MAC is corrected calculated, card contents ca be dumped with hf iclass replay <MAC>

It could be down to the antenna? as I am Using the RyscCorp HF Antenna.

Requires further testing!
16 files changed:
armsrc/appmain.c
armsrc/apps.h
armsrc/iclass.c
client/Makefile
client/cmdhficlass.c
client/loclass/cipher.c [new file with mode: 0644]
client/loclass/cipher.h [new file with mode: 0644]
client/loclass/cipherutils.c [new file with mode: 0644]
client/loclass/cipherutils.h [new file with mode: 0644]
client/loclass/des.c [new file with mode: 0644]
client/loclass/des.h [new file with mode: 0644]
client/loclass/ikeys.c [new file with mode: 0644]
client/loclass/ikeys.h [new file with mode: 0644]
common/iso15693tools.c
common/iso15693tools.h
include/usb_cmd.h
Impressum, Datenschutz