mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 00:25:48 +08:00
textual
This commit is contained in:
parent
9eabdf85e6
commit
c281895e8f
1 changed files with 29 additions and 19 deletions
48
CHANGELOG.md
48
CHANGELOG.md
|
@ -4,29 +4,39 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
||||||
|
|
||||||
## [unreleased][unreleased]
|
## [unreleased][unreleased]
|
||||||
- Fix `data rawdemod` parsing for psk2 and user defined clock (@cyberpunk-re)
|
- 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)
|
- Fix issue #844 - `lf t55xx config` => recompute block0 (@cyberpunk-re)
|
||||||
- EM4x50: changed cli parameter from w (word) to d (data) (@tharexde)
|
- Change `lf em 4x50` - changed cli parameter from w (word) to d (data) (@tharexde)
|
||||||
- EM4x50: new function 4x50 login: authenticate against tag (@tharexde)
|
- Added `lf em 4x50 login` - authenticate against tag (@tharexde)
|
||||||
- EM4x50: new function 4x50 brute: guess password within a given password range (@tharexde)
|
- Added `lf em 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)
|
- Added `lf em 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)
|
- Added `lf em 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)
|
- Added `lf em 4x50 sim` - simulate dump from file or emulator/flash (@tharexde)
|
||||||
- EM4x50: new function 4x50 restore: restore dump file (bin, eml, json) onto tag (@tharexde)
|
- Added `lf em 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)
|
- Added `lf em 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)
|
- Added `lf em 4x50 eload` - upload em4x50 file content (bin, eml, json) to emulator memory (@tharexde)
|
||||||
- EM4x50: added LED signals (@tharexde)
|
- Changed EM4x50 - added LED signals (@tharexde)
|
||||||
- EM4x50: added json format for 4x50 dump (@tharexde)
|
- Change `lf em 4x50 dump` - now support json format (@tharexde)
|
||||||
- EM4x50: relocated write requests in function 4x50 wipe from device to client (@tharexde)
|
- Change `lf em 4x50 wipe` - relocated write requests from device to client (@tharexde)
|
||||||
- EM4x50: renamed 4x50_write_password to 4x50 writepwd (@tharexde)
|
- Renamed `lf em 4x50 write_passwordd` -> `writepwd` (@tharexde)
|
||||||
- EM4x50: all hex input parameters now have to be given in lsb format (output is still msb + lsb) (@tharexde)
|
- Change `lf em 4x50` - 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)
|
- Change `lf em 4x50` - changed cli parameter from a (address) to b (block) (@tharexde)
|
||||||
- EM4x50: switched to cliparser for all functions (@tharexde)
|
- Change `lf em 4x50` - now supports cliparser (@tharexde)
|
||||||
- EM4x50: stabilized and accelerated tag detection (@tharexde)
|
- Change EM4x50 - stabilized and accelerated tag detection (@tharexde)
|
||||||
- EM4x50: removed global tag structure on device side (@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)
|
- 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 <numreads>` - MFU emulation now supports automatic exit after <num> blocks read. (@cyberpunk-re)
|
- Added `mf mfu sim t 7 n <numreads>` - MFU emulation now supports automatic exit after <num> blocks read. (@cyberpunk-re)
|
||||||
- Added T55xx Guide to assist in learning how to use the T55xx chip (@mwalker33)
|
- 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 many commands to cliparser (@iceman1001, @tcprst, @mwalker33,...)
|
||||||
- ...
|
- ...
|
||||||
- Change `hf iclass chk/lookup/loclass` speedups (@iceman1001)
|
- Change `hf iclass chk/lookup/loclass` speedups (@iceman1001)
|
||||||
|
|
Loading…
Reference in a new issue