added a trace of reading a MIFARE UL-C with 3DES authentication, thanks @rad1game!

This commit is contained in:
iceman1001 2021-10-13 19:10:17 +02:00
parent 2159a4be59
commit fe75de7440
3 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log... This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
## [unreleased][unreleased] ## [unreleased][unreleased]
- Added trace of reading a MIFARE UL-C with 3DES authentication (thanks @rad1game)
- Added ATR fingerprinting (@iceman1001, @doegox) - Added ATR fingerprinting (@iceman1001, @doegox)
- Fix `hf mf dump/auto/csave` MFC JSON dumps - save real ATQA/SAK (@doegox) - Fix `hf mf dump/auto/csave` MFC JSON dumps - save real ATQA/SAK (@doegox)
- Added option to load raw NDEF to `nfc decode` command (@doegox) - Added option to load raw NDEF to `nfc decode` command (@doegox)

View file

@ -89,6 +89,7 @@
|hf_14a_reader_4b_rats.trace |Execution of `hf 14a reader` against a 4b UID card with RATS| |hf_14a_reader_4b_rats.trace |Execution of `hf 14a reader` against a 4b UID card with RATS|
|hf_14a_reader_7b_rats.trace |Execution of `hf 14a reader` against a 7b UID card with RATS| |hf_14a_reader_7b_rats.trace |Execution of `hf 14a reader` against a 7b UID card with RATS|
|hf_14a_mfu.trace |Reading of a password-protected MFU| |hf_14a_mfu.trace |Reading of a password-protected MFU|
|hf_14a_mfuc.trace |Reading of a UL-C with 3DES authentication|
|hf_14a_mfu-sim.trace |Trace seen from a Proxmark3 simulating a MFU| |hf_14a_mfu-sim.trace |Trace seen from a Proxmark3 simulating a MFU|
|hf_14b_reader.trace |Execution of `hf 14b reader` against a card| |hf_14b_reader.trace |Execution of `hf 14b reader` against a card|
|hf_14b_cryptorf_select.trace |Sniff of libnfc select / anticollision ofa cryptoRF tag| |hf_14b_cryptorf_select.trace |Sniff of libnfc select / anticollision ofa cryptoRF tag|

BIN
traces/hf_14a_mfuc.trace Normal file

Binary file not shown.