mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-26 18:12:34 +08:00
added a trace of reading a MIFARE UL-C with 3DES authentication, thanks @rad1game!
This commit is contained in:
parent
2159a4be59
commit
fe75de7440
3 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
|
|
|
@ -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
BIN
traces/hf_14a_mfuc.trace
Normal file
Binary file not shown.
Loading…
Reference in a new issue