mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-12 18:25:07 +08:00
text
This commit is contained in:
parent
5bc2aea1b4
commit
ea25474731
2 changed files with 28 additions and 27 deletions
53
CHANGELOG.md
53
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 <card id>` 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 <card id>` 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 <filename> 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 <filename> 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 <mode> 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)
|
||||
|
|
|
@ -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)|||
|
||||
|
|
Loading…
Reference in a new issue