From ea25474731651e049f5c05bab5f4a51f43a9ad0a Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 4 Jan 2020 12:56:31 +0100 Subject: [PATCH] text --- CHANGELOG.md | 53 ++++++++++++++++++++++++++-------------------------- README.md | 2 +- 2 files changed, 28 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f5d86d6..6abb5e47b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,23 +3,24 @@ 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 `c ` option to `lf pac clone` to allow cloning PAC/Stanley tag from card ID (@danshuk) - - Added decoded PAC/Stanley card ID to `lf pac read` (@danshuk) - - Chg mifare classic keytable output refactored and uses colors (@iceman1001) + - Add `commands.md` - document with all proxmark client commands. Generated with XX_internal_command_dump_markdown_XX. (@iceman1001) + - Change `lf pac clone` - new option `c ` to allow cloning PAC/Stanley tag from card ID (@danshuk) + - Change `lf pac read` - decoded PAC/Stanley card ID (@danshuk) + - Change mifare classic keytable output refactored and uses colors (@iceman1001) - Fix `hf mf nested` - now writes the correct blockno (@iceman1001) - - Chg `lf t55xx dump` - now supports saving to JSON (@iceman1001) - - Chg `hf mf chk | fchk` faster authentication by lower timeout limit. (@pwpiwi) - - Chg `hf mf hardnested` - now detects "static / fixed" nonce tags and exits (@iceman1001) - - Chg `hf mf csave` - now uses UID in filename (@iceman1001) + - Change `lf t55xx dump` - now supports saving to JSON (@iceman1001) + - Change `hf mf chk | fchk` faster authentication by lower timeout limit. (@pwpiwi) + - Change `hf mf hardnested` - now detects "static / fixed" nonce tags and exits (@iceman1001) + - Change `hf mf csave` - now uses UID in filename (@iceman1001) - Fix `hf mf chk` - read block B logical error. #489 (@iceman1001) - Add `hf mf ekeyprn d` - new parameter to save keys to file (@iceman1001) - Add `mfu_magic.lua` - script to interact with your magic NTAG tag. (@iceman1001) - Add `hf_bruteforce.lua` - script bruteforces uid for 14a using hf 14a sim (@keld) - Add `tools\pm3_cs8.pl` - convert .pm3 files to wave format (@samyk) - Add `tools\pm3_amii_bin2eml.pl` - amiibo convering script (@samyk) - - Chg `hf 14a info` - now detects "static / fixed" nonce tags (@iceman1001) - - Chg `data save f w` - params reworked. (@iceman1001) - - Chg `hf search` - now should detect LTO-CM tags (@iceman1001) + - Change `hf 14a info` - now detects "static / fixed" nonce tags (@iceman1001) + - Change `data save f w` - params reworked. (@iceman1001) + - Change `hf search` - now should detect LTO-CM tags (@iceman1001) - Added `hf lto info` - skeleton support for LTO Cartridge memory (@iceman1001) - Added saving as wave format (@anon) - Added ISO15_WRITE annotation (@pwipiw) @@ -38,8 +39,8 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - 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) - - Chg `lf indala read` - added indala 26bit decoding (@martinbeier) - - Chg `lf t55xx detect` to try without password first (@mwalker33) + - Change `lf indala read` - added indala 26bit decoding (@martinbeier) + - Change `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) - Add option `-n` to scripts pm3* (@doegox) - Add `wiegand list/encode/decode` - wiegand format manipulation. Adapted to fit here. (@grauerfuchs) @@ -51,28 +52,28 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Fix T55xx config getting displayed when using password when no password needed on read. (@mwalker33) - Added T55x7 downlink mode auto usage via mode detected (lf t55 detect) (@mwalker33) - Add `lf t55xx protect` - sets password and enables password protection on t55x7 tag (@iceman1001) - - Chg `lf t55xx wipe` - now accepts user provided configuration block (@iceman1001) + - Change `lf t55xx wipe` - now accepts user provided configuration block (@iceman1001) - Added T55x7 downlink mode support r 0 Default, 1 Long Leading 0, 2 Leading 0, 3 1 of 4 and 4 (in some commands) try all. (@mwalker33) - - Chg proxmark3-flasher is now merged into proxmark3 client. Add pm3-flash (@doegox) - - Chg `hf iclass clone\dump\rdbl\wrbl` - now uses NG (@iceman1001) + - Change proxmark3-flasher is now merged into proxmark3 client. Add pm3-flash (@doegox) + - Change `hf iclass clone\dump\rdbl\wrbl` - now uses NG (@iceman1001) - Fix `hf iclass clone` - last block always fails (@iceman1001) - - Chg `hf iclass clone` - retries ten times, less output (honor verbose) (@iceman1001) - - Chg `hf iclass dump` - retries ten times, less output (honor verbose) (@iceman1001) + - Change `hf iclass clone` - retries ten times, less output (honor verbose) (@iceman1001) + - Change `hf iclass dump` - retries ten times, less output (honor verbose) (@iceman1001) - Rename `hf iclass writeblk` -> `hf iclass wrbl` to match hf mf wrbl (@iceman1001) - Rename `hf iclass readblk` -> `hf iclass rdbl` to match hf mf rdbl (@iceman1001) - Add cmdscript example and show usage with shebang (@doegox) - Add instructions for Fedora (@doegox) - - Chg reduce the list of requirements to the minimum and move to QT5 (@doegox) + - Change reduce the list of requirements to the minimum and move to QT5 (@doegox) - Add `make install` and reorganize/rename stuffs accordingly (@doegox) - Add searchFile for several types of files (@doegox / @iceman1001) - - Chg posix sh version of mkversion (@doegox) - - Chg remove entirely ncurses, not needed nowadays (@doegox) - - Chg remove deprecated termcap, use ncurses instead (@ZeroChaos-) - - Chg `hf iclass encrypt` - now takes transport key as param. (@iceman1001) - - Chg `hf iclass decrypt` - now takes transport key as param. (@iceman1001) - - Chg `hf mf fchk m` - now secretly dumps card to emul, if all keys are found (@iceman1001) - - Chg history and logfile are now saved into $HOME/.proxmark3/ (@doegox) - - Chg optimization of iclass mac calculations on deviceside (@pwpiwi) + - Change posix sh version of mkversion (@doegox) + - Change remove entirely ncurses, not needed nowadays (@doegox) + - Change remove deprecated termcap, use ncurses instead (@ZeroChaos-) + - Change `hf iclass encrypt` - now takes transport key as param. (@iceman1001) + - Change `hf iclass decrypt` - now takes transport key as param. (@iceman1001) + - Change `hf mf fchk m` - now secretly dumps card to emul, if all keys are found (@iceman1001) + - Change history and logfile are now saved into $HOME/.proxmark3/ (@doegox) + - Change optimization of iclass mac calculations on deviceside (@pwpiwi) - Add `hf mf autopwn` - Autopwn function for Mifare Classic, extract all keys and dump card memory (@matthiaskonrath) - Add Lua paths: look for scripts also in ~/.proxmark/lua{scripts,libs} and /usr/local/share/proxmark3/lua{scripts,libs} (@doegox) - Change Lua directory scripts/ to luascript/ (@doegox) diff --git a/README.md b/README.md index 2c9a129e0..96a8d2693 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ |[Notes on external flash](/doc/ext_flash_notes.md)||[EMV](/doc/emv_notes.md)| |[Notes on Termux / Android](/doc/termux_notes.md)||[Troubleshooting](/doc/md/Installation_Instructions/Troubleshooting.md)| |[Notes on wireshark / tracedata](/doc/trace_wireshark_notes.md)||[JTAG](/doc/jtag_notes.md)| -|[Notes on loclass](/doc/loclass_notes.md)||| +|[Notes on loclass](/doc/loclass_notes.md)||[Complete client command set](/doc/commands.md)| |[Notes on paths](/doc/path_notes.md)||| |[Developing standalone mode](/armsrc/Standalone/readme.md)|[Wiki about standalone mode](https://github.com/RfidResearchGroup/proxmark3/wiki/Standalone-mode) || |[Donations](#Donations)|||