diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff45e581..b1844c9fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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... ## [unreleased][unreleased] + - Added a xerox trace file, thanks @jeroenSteen, (@iceman1001) - Fixed `lf em 4x05 view` - now loads JSON files properl (@iceman1001) - Added `hf mf gdmparsecfg` command to decode the GDM/USCUID config block (@nvx) - Changed `hf mf gdmcfg` show the parsed config on read (@nvx) diff --git a/traces/README.md b/traces/README.md index 939905017..b21411f5e 100644 --- a/traces/README.md +++ b/traces/README.md @@ -94,6 +94,7 @@ |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_cryptorf_select.trace |Sniff of libnfc select / anticollision ofa cryptoRF tag| +|hf_14b_xerox_info.trace |Execution of `hf xerox info` against a tag| |hf_15_reader.trace |Execution of `hf 15 reader` against a card| |hf_mfp_mad_sl3.trace |`hf mfp mad`| |hf_mfp_read_sc0_sl3.trace |`hf mfp rdsc --sn 0 -k ...`| diff --git a/traces/hf_14b_xerox_info.trace b/traces/hf_14b_xerox_info.trace new file mode 100644 index 000000000..e2509ba4c Binary files /dev/null and b/traces/hf_14b_xerox_info.trace differ