This commit is contained in:
iceman1001 2019-12-20 12:39:54 +01:00
parent 3ddf7a0ce5
commit 203a70d5da

View file

@ -3,20 +3,22 @@ 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 ISO15_WRITE annotation (@pwipiw)
- Added `lto_dump.lua` @kevin
- Added `hf mf cwipe` magic chinese card (gen1a) wipe to default state (@merlokk)
- Added 'pm3_mf7b_wipe.py' python script. Wipes magic S70 7B Gen2 card. (@vulnersCom)
- Added `hf mfp chk` Mifare plus command for check keys from public keys list, from dictionary or 1 and 2-byte bruteforce (@merlokk)
- Change `hf 15` - some refactoring (@grspy)
- Added `hf 15 writeafi` and `hf 15 writedsfid` (@grspy)
- Added detailed info for SLIX2 tags in `hf 15 info` (@grspy)
- Fix hf list felica and hf felica sniff (@7homasSutter)
- Added hf felica wrunencrypted (@7homasSutter)
- Added hf felica rdunencrypted (@7homasSutter)
- Added hf felica rqresponse (@7homasSutter)
- Added hf felica rqservice (@7homasSutter)
- Fix `hf list felica` and `hf felica sniff` (@7homasSutter)
- Added `hf felica wrunencrypted` (@7homasSutter)
- Added `hf felica rdunencrypted` (@7homasSutter)
- Added `hf felica rqresponse` (@7homasSutter)
- Added `hf felica rqservice` (@7homasSutter)
- Added polling for felica standard (@7homasSutter)
- Added lf t55xx dump save and lf t55xx restore for .bin and .eml files (@mwalker33)
- Added lf t55xx detected to try without password first (@mwalker33)
- Added `lf t55xx dump save` and `lf t55xx restore` for .bin and .eml files (@mwalker33)
- Added `lf t55xx detected` to try without password first (@mwalker33)
- Chg `lf indala read` - added indala 26bit decoding (@martinbeier)
- Chg `lf t55xx detect` to try without password first (@mwalker33)
- Display high bit for detected Kastle HIDs to allow `lf hid clone [id]` to work properly (@swg0101)