From 44d7c54be785f8c35d338ca136c8f120c213526b Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 3 Aug 2024 21:20:12 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e143e9c8..f4f689fdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,14 @@ 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 few tools to tackle FM11RF08S cards (@doegox) +- Changed file saving: do not prepend with default path if given path is an absolute path (@doegox) +- Added few tools to crack static encrypted nonce tags such as FM11RF08S (@doegox) +- Added `hf mf isen` for analyzing some static encrypted nonce tags (@doegox) +- Changed `hf mf rdbl/wrbl/rdsc/nested` to support extended authentication commands (@doegox) +- Changed `hf mf fchk` to allow cracking a single key and show progress info (@doegox) +- Changed `trace list -t mf` to add support for extended authentication commands (@doegox) +- Fixed `output_grabber.py` to allow several calls in a script (@doegox) +- Changed `validate_prng_nonce` for a much faster version (@doegox) - Changed standalone mode HF_MATTYRUN - support more card sizes, user dictionaries, improved emulation (@michaelroland) - Changed `hf iclass dump --ns` - now supports the nosave flag (@iceman1001) - Fixed write check in hitag2crack2 buildtables (@mwalker33)