From c281895e8fe6d3fa62861bde90e8d94948465610 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 11 Dec 2020 07:59:33 +0100 Subject: [PATCH] textual --- CHANGELOG.md | 48 +++++++++++++++++++++++++++++------------------- 1 file changed, 29 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f10e9c97..e168a0db4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,29 +4,39 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac ## [unreleased][unreleased] - Fix `data rawdemod` parsing for psk2 and user defined clock (@cyberpunk-re) + - Added `hf iclass encode` - encode a wiegand binary to a encrypted credential (@iceman1001) + - Changed `recoverpk.py` - now tests more ECDSA curves (@doegox) + - Added `hf 14a apdufuzz`- a naive apdu cla/ins/p1p2/len fuzzer (@iceman1001) + - Fix mixed up INC/DEC in MIFARE protocol defs (@vortixdev) + - Added `lf em 4x70 info` - new support for ID48 transponders (@cmolson) + - Fix multiple coverity scan issues (@iceman1001) + - Added a SIO item (@iceman1001) + - Fix `lf hid brute` - param (@iceman1001) + - Changed `lf em` layouts (@iceman1001) + - Change many commands to cliparser (@iceman1001, @tcprst, ...) - Fix issue #844 - `lf t55xx config` => recompute block0 (@cyberpunk-re) - - EM4x50: changed cli parameter from w (word) to d (data) (@tharexde) - - EM4x50: new function 4x50 login: authenticate against tag (@tharexde) - - EM4x50: new function 4x50 brute: guess password within a given password range (@tharexde) - - EM4x50: new function 4x50 chk: try passwords from dictionary (without option -> T55xx default dictionary or -f user dictionary) (@tharexde) - - EM4x50: new function 4x50 reader: read data from tag (configured data -> standard read mode), incl. option -@ (@tharexde) - - EM4x50: new function 4x50 sim: simulate dump from file or emulator/flash (@tharexde) - - EM4x50: new function 4x50 restore: restore dump file (bin, eml, json) onto tag (@tharexde) - - EM4x50: new function 4x50 esave: dump em4x50 content in emulator memory to file (bin + eml + json) (@tharexde) - - EM4x50: new function 4x50 eload: upload em4x50 file content (bin, eml, json) to emulator memory (@tharexde) - - EM4x50: added LED signals (@tharexde) - - EM4x50: added json format for 4x50 dump (@tharexde) - - EM4x50: relocated write requests in function 4x50 wipe from device to client (@tharexde) - - EM4x50: renamed 4x50_write_password to 4x50 writepwd (@tharexde) - - EM4x50: all hex input parameters now have to be given in lsb format (output is still msb + lsb) (@tharexde) - - EM4x50: changed cli parameter from a (address) to b (block) (@tharexde) - - EM4x50: switched to cliparser for all functions (@tharexde) - - EM4x50: stabilized and accelerated tag detection (@tharexde) - - EM4x50: removed global tag structure on device side (@tharexde) + - Change `lf em 4x50` - changed cli parameter from w (word) to d (data) (@tharexde) + - Added `lf em 4x50 login` - authenticate against tag (@tharexde) + - Added `lf em 4x50 brute` - guess password within a given password range (@tharexde) + - Added `lf em 4x50 chk` - try passwords from dictionary (without option -> T55xx default dictionary or -f user dictionary) (@tharexde) + - Added `lf em 4x50 reader` - read data from tag (configured data -> standard read mode), incl. option -@ (@tharexde) + - Added `lf em 4x50 sim` - simulate dump from file or emulator/flash (@tharexde) + - Added `lf em 4x50 restore` - restore dump file (bin, eml, json) onto tag (@tharexde) + - Added `lf em 4x50 esave` - dump em4x50 content in emulator memory to file (bin + eml + json) (@tharexde) + - Added `lf em 4x50 eload` - upload em4x50 file content (bin, eml, json) to emulator memory (@tharexde) + - Changed EM4x50 - added LED signals (@tharexde) + - Change `lf em 4x50 dump` - now support json format (@tharexde) + - Change `lf em 4x50 wipe` - relocated write requests from device to client (@tharexde) + - Renamed `lf em 4x50 write_passwordd` -> `writepwd` (@tharexde) + - Change `lf em 4x50` - all hex input parameters now have to be given in lsb format (output is still msb + lsb) (@tharexde) + - Change `lf em 4x50` - changed cli parameter from a (address) to b (block) (@tharexde) + - Change `lf em 4x50` - now supports cliparser (@tharexde) + - Change EM4x50 - stabilized and accelerated tag detection (@tharexde) + - Change EM4x50 - removed global tag structure on device side (@tharexde) - Fix `hf 15 sim` - Added basic response to GET_SYSTEM_INFO and READBLOCK requests in order to fix iso15693 tag sim (@cyberpunk-re) - Added `mf mfu sim t 7 n ` - MFU emulation now supports automatic exit after blocks read. (@cyberpunk-re) - Added T55xx Guide to assist in learning how to use the T55xx chip (@mwalker33) - - Fix 'hf iclass wrbl' - dealing with tags in unsecured vs secured pagemode now is correct (@iceman1001) + - Fix `hf iclass wrbl` - dealing with tags in unsecured vs secured pagemode now is correct (@iceman1001) - Change many commands to cliparser (@iceman1001, @tcprst, @mwalker33,...) - ... - Change `hf iclass chk/lookup/loclass` speedups (@iceman1001)