From cbdc4704adee294ecadc904351a18aaabe29e0cd Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 24 Jul 2019 08:50:39 +0200 Subject: [PATCH] More changelog changes --- CHANGELOG.md | 402 +++++++++++++++++++++++++-------------------------- 1 file changed, 200 insertions(+), 202 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b83c91e0..1e4cbdb8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,20 +6,20 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Add T55x7 Downlink mode support (@mwalker33) - Add SPIFFS Flash filesystem support (@cjbrigato) - Fix support for flashing 512K units with old bootrom (@slurdge/@doegox) - - Fix 'hf mf sim' - wrong access rights to write key B in trailer (@McEloff) + - Fix `hf mf sim` - wrong access rights to write key B in trailer (@McEloff) - Add option -i to flasher to query Pm3 for its memory size (@doegox) - Add support for flashing 512K units (@slurdge) - Add a simple python tool to check the elf sizes (@slurdge) - Change: new keys for Vigik badges in default_keys.dict (@luminouw) - - Add 'hw standalone' to jump to standalone mode from command line or script (@doegox) - - Add to 'hf 14a apdu' print apdu and compose apdu (@merlokk) - - Change: buggy 'mem read' removed, 'mem save' renamed 'mem dump', can now display too (@doegox) + - Add `hw standalone` to jump to standalone mode from command line or script (@doegox) + - Add to `hf 14a apdu` print apdu and compose apdu (@merlokk) + - Change: buggy `mem read` removed, `mem save` renamed `mem dump`, can now display too (@doegox) - Fix: timeout for mem wipe was too short, thanks @cjbrigato (@doegox) - - Fix 'hf mf sim' - Mifare Classic simulation more flexible anti-collision check (@McEloff) - - Change: 'hf mf sim' - Mifare Classic simulation not respond NACK on invalid authentication request (@McEloff) - - Change: 'read_pwd_mem.lua' now handles Mifare Classic dictionaries large than 4096 bytes (@iceman1001) - - Change: Don't clear trace log during 'hf mf chk', to save whole process history (@McEloff) - - Add 'msleep' command, for pauses in scripts (@doegox) + - Fix `hf mf sim` - Mifare Classic simulation more flexible anti-collision check (@McEloff) + - Change: `hf mf sim` - Mifare Classic simulation not respond NACK on invalid authentication request (@McEloff) + - Change: `read_pwd_mem.lua` now handles Mifare Classic dictionaries large than 4096 bytes (@iceman1001) + - Change: Do not clear trace log during `hf mf chk`, to save whole process history (@McEloff) + - Add `msleep` command, for pauses in scripts (@doegox) - Add support for WSL in proxmark.sh (@doegox) - Add documentation for usage of Proxmark3 under WSL (@doegox) - Change: replace aes.c with mbedtls version (@slurdge) @@ -32,17 +32,17 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Fix EMVGPO bug (@matrix) - Add hitag2 write password auth (@ViRb3) - Add check if bootloader segment is within bounds (@slurdge) - - Add 'hf 15 csetuid' - set UID on ISO-15693 Magic tags (@t0m4-null) + - Add `hf 15 csetuid` - set UID on ISO-15693 Magic tags (@t0m4-null) - Change: Print help if unknown arg for hitag reader/writer (@ViRb3) - Fix clock deadlock in hitag sniff (@ViRb3) - Add compiler info in client & ARM sections (@slurdge) - Add support for automatic COM detection on Windows (@slurdge) - Add support for compilation on RaspberryPiZero (armv6) (@doegox) - Change: updates to README (@iceman1001) - - Change: 'hf mf/mfu dbg' => 'hw dbg' (@doegox) + - Change: `hf mf/mfu dbg` => `hw dbg` (@doegox) - Change: replace usb_poll_validate_length() by data_available() that supports USART too (@doegox) - Make sure standalone modes can be launched when connected on USB without client (@doegox) - - Change: cleaner makefile execution, use 'make V=1' if you want to see full lines (@doegox) + - Change: cleaner makefile execution, use `make V=1` if you want to see full lines (@doegox) - Change: automate make clean when platform definitions are changed (@doegox) - Add STANDALONE option to Makefile.hal (@Fl0-0) - Change: mem info - production public key to verify rdv4.0 flash signature (@iceman1001) @@ -88,8 +88,8 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Fix: Mifare Ultralight read block missing bytes (@doegox) - Add support new frame format in all Lua scripts (@iceman1001) - Add CMD_CAPABILITIES for pm3 to inform dynamically the client (@doegox) - - Change baudrate handling, make it clear it's only indicative for USB-CDC & BT (@doegox) - - Change: new progressive light scheme for 'hw detectreader' (@doegox) + - Change baudrate handling, make it clear it is only indicative for USB-CDC & BT (@doegox) + - Change: new progressive light scheme for `hw detectreader` (@doegox) - Add common error definitions system for retvals (@doegox) - Change USART RX & TX code and fix delays handling to make it more robust, especially over BT (@doegox) - Add support for new frames format, speedup & huge changes, see doc/new_frame_format.txt (@doegox) @@ -110,179 +110,179 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Fix compilation dependencies for recovery (@doegox) - Fix segfault when loading a file (@doegox) - Change/Add new dump format for Ultralight/NTAG, counters support, simulation (@mceloff) - - Add 'hf mf sim' full-byte split anticollision support (@mceloff) - - Fix/Add 'hf mf sim' bugs fix, RATS support, etc (@mceloff) + - Add `hf mf sim` full-byte split anticollision support (@mceloff) + - Fix/Add `hf mf sim` bugs fix, RATS support, etc (@mceloff) - Fix serial of FPC. (@ryan) - - Fix 'data shiftgraphzero' corrupting end of GraphBuffer (@doegox) - - Fix 'hf legic info' - unsegmented card now uses card size to calc remaining length (@iceman1001) + - Fix `data shiftgraphzero` corrupting end of GraphBuffer (@doegox) + - Fix `hf legic info` - unsegmented card now uses card size to calc remaining length (@iceman1001) - Add 36bit HID format, extend calcWiegand() to include oem bits (@davidbeauchamp) - - Fix 'hf mf hardnested' - not verify key when reading nonce file (@iceman1001) + - Fix `hf mf hardnested` - not verify key when reading nonce file (@iceman1001) - Change optimizations for ask/bi (@iceman1001) - - Fix 'hf mf sim' - bugs fix, refactoring (@mceloff) + - Fix `hf mf sim` - bugs fix, refactoring (@mceloff) - Add WRITE and COMPATIBLE_WRITE support to Mifare Ultralight/NTAG simulation (@mceloff) - Change installation instructions and add video links (@5w0rdfish) - - Change 'hf mf sim' to support more types (@vratiskol) + - Change `hf mf sim` to support more types (@vratiskol) - Change better strong wave detection for biphase (@iceman1001) - - Add 'script run test_t55x7' (@iceman1001) + - Add `script run test_t55x7` (@iceman1001) - Add new lua scripting support for some t55xx commands (@iceman1001) - Add FPC USART for BT add-on with pm3 client. (@doegox) - - Add '-b baudrate' option to the pm3 client. (@doegox) - - Change 'lf t55xx info': tell if known configuration block0. (@iceman1001) + - Add `-b baudrate` option to the pm3 client. (@doegox) + - Change `lf t55xx info`: tell if known configuration block0. (@iceman1001) - Fix/Add FPC usart: fix TX, bring RX, full speed. (@doegox) - - Change 'lf t55xx config' options: allow to toggle on/off i/q5/st - - Change 'lf t55xx info': support offline block0, Q5, fix extended, add warns. (@doegox) + - Change `lf t55xx config` options: allow to toggle on/off i/q5/st + - Change `lf t55xx info`: support offline block0, Q5, fix extended, add warns. (@doegox) - Avoid race condition when flasher finds the not yet closed pm3 port. (@doegox) - - Fix 'lf t55xx trace': read the proper block. (@doegox) + - Fix `lf t55xx trace`: read the proper block. (@doegox) - Fix Indala 64 on T55xx: use PSK1. (@doegox) - Force proper Linefeed (LF) handling in ProxSpace. (@vratiskol) - - Fix Makefiles race conditions to allow parallel compilation, e.g. 'make -j8'. (@doegox) + - Fix Makefiles race conditions to allow parallel compilation, e.g. `make -j8`. (@doegox) - Add - dictionary key file for MFU. (not in use at the moment) (@mazodude) - - Change 'lf fdx demod - better biphase maxerrors. (@MalteHillmann) - - Change 'hf mf sim' - now works better against android (@mceloff) - - Fix 'lf t55xx brute' - now works after aquiredata adaptations (@iceman1001) - - Fix 'lf t55xx chk' - now works after aquiredata adaptations (@iceman1001) - - Fix 'lf t55xx recoverpwd' - now works after aquiredata adaptations (@iceman1001) - - Fix 'data detect p' - reverted bad clock detection (@iceman1001) - - Change 'data detect a' - better clock detection (@iceman1001) - - Add 'hf 14a info' - now detects some magic card Gen2 (@iceman1001) - - Removed 'LCD' code in armsrc compilation (@iceman1001) + - Change `lf fdx demod` - better biphase maxerrors. (@MalteHillmann) + - Change `hf mf sim` - now works better against android (@mceloff) + - Fix `lf t55xx brute` - now works after aquiredata adaptations (@iceman1001) + - Fix `lf t55xx chk` - now works after aquiredata adaptations (@iceman1001) + - Fix `lf t55xx recoverpwd` - now works after aquiredata adaptations (@iceman1001) + - Fix `data detect p` - reverted bad clock detection (@iceman1001) + - Change `data detect a` - better clock detection (@iceman1001) + - Add `hf 14a info` - now detects some magic card Gen2 (@iceman1001) + - Removed `LCD` code in armsrc compilation (@iceman1001) - Change - Generic fixes of codestyle (@doegox) (@iceman1001) - - Change 'lf indala demod' - refactoring (@iceman1001) + - Change `lf indala demod` - refactoring (@iceman1001) - Change - handling fault bit markers (7) and partial nibbles in hex printing (@doegox) - Change - printing of fault bit markers (7) using a dot (@doegox) - - Change 'sc upgrade' - firmware file integrity check (@piwi) - - Fix 'data rawdemod am' - last bit was missing (@doegox) - - Fix 'hf 15 dump f' - also selects tag first (@iceman1001) - - Fix 'hf iclass clone' - missing fileclose (@iceman1001) - - Add 'trace list hitag' - old hitag annotations now use the new trace (@iceman1001) - - Change 'lf hitag sim' - loads bin/eml/json (@iceman1001) - - Change 'lf hitag reader 21' - saves in bin/eml/json (@iceman1001) - - Change 'lf hitag' - refactoring (@iceman1001) - - Change 'lf hitag' - refactoring (@piwi) - - Fix 'lf hitag' - generic fix for missing clock init (@piwi) + - Change `sc upgrade` - firmware file integrity check (@piwi) + - Fix `data rawdemod am` - last bit was missing (@doegox) + - Fix `hf 15 dump f` - also selects tag first (@iceman1001) + - Fix `hf iclass clone` - missing fileclose (@iceman1001) + - Add `trace list hitag` - old hitag annotations now use the new trace (@iceman1001) + - Change `lf hitag sim` - loads bin/eml/json (@iceman1001) + - Change `lf hitag reader 21` - saves in bin/eml/json (@iceman1001) + - Change `lf hitag` - refactoring (@iceman1001) + - Change `lf hitag` - refactoring (@piwi) + - Fix `lf hitag` - generic fix for missing clock init (@piwi) - Fix fsk sim operations on deviceside - avoid division by zero (@doegox) - - Fix 'hf mf fchk' - condition always false (@doegox) - - Fix 'lf t55xx recoverpw' - shift as u32 (@doegox) - - Fix 'lf ti demod' - shift as u32 (@doegox) - - Fix 'lf ti read' - shift as u32 (@doegox) - - Fix 'lf t55xx chk' - condition always false (@doegox) - - Change 'lf sim' - ledcontrol refactoring (@doegox) - - Fix 'hf mf nack' - signedness bug (@doegox) - - Fix 'hf epa cnonce' - check return value (@doegox) - - Fix 'lf hitag write' - condition always true (@doegox) - - Fix 'mem write' - added extra check (@doegox) - - Fix 'iso15693' - bad string cpy (@doegox) - - Fix 'make style' - EOF LF support (@doegox) - - Add 'hf 14b raw' - added -t for timeout (@iceman1001) - - Rename 'lf hitag snoop' - renamed to 'lf hitag sniff' (@iceman1001) - - Rename 'lf snoop' - renamed to 'lf sniff' (@iceman1001) - - Rename 'hf snoop' - renamed to 'hf sniff' (@iceman1001) - - Fix 'hf mfp wrbl' - more blocks available (@merlokk) - - Add 'make platform' - compile for non-rdv4 devices made simpler (@doegox) + - Fix `hf mf fchk` - condition always false (@doegox) + - Fix `lf t55xx recoverpw` - shift as u32 (@doegox) + - Fix `lf ti demod` - shift as u32 (@doegox) + - Fix `lf ti read` - shift as u32 (@doegox) + - Fix `lf t55xx chk` - condition always false (@doegox) + - Change `lf sim` - ledcontrol refactoring (@doegox) + - Fix `hf mf nack` - signedness bug (@doegox) + - Fix `hf epa cnonce` - check return value (@doegox) + - Fix `lf hitag write` - condition always true (@doegox) + - Fix `mem write` - added extra check (@doegox) + - Fix `iso15693` - bad string cpy (@doegox) + - Fix `make style` - EOF LF support (@doegox) + - Add `hf 14b raw` - added -t for timeout (@iceman1001) + - Rename `lf hitag snoop` - renamed to `lf hitag sniff` (@iceman1001) + - Rename `lf snoop` - renamed to `lf sniff` (@iceman1001) + - Rename `hf snoop` - renamed to `hf sniff` (@iceman1001) + - Fix `hf mfp wrbl` - more blocks available (@merlokk) + - Add `make platform` - compile for non-rdv4 devices made simpler (@doegox) - Change Makefiles optimizations when recompiling (@doegox) - - Fix 'data load' - loads TITEST.txt again (@iceman1001) - - Change 'lf search' - now detects TI (@iceman1001) + - Fix `data load` - loads TITEST.txt again (@iceman1001) + - Change `lf search` - now detects TI (@iceman1001) - Change fixing signal cleaning for LF (@doegox) - - Fix 'lf paradox demod' - wrong check (@iceman1001) - - Change 'lf t55xx' - aquiredata uses getsamples (@iceman1001) - - Fix 'lf search' - chipset detection restore demod buffer again (@iceman1001) - - Add 'make style' (@doegox) + - Fix `lf paradox demod` - wrong check (@iceman1001) + - Change `lf t55xx` - aquiredata uses getsamples (@iceman1001) + - Fix `lf search` - chipset detection restore demod buffer again (@iceman1001) + - Add `make style` (@doegox) - Fix mixed tabs vs spaces. Now only use 4 space as tab. (@doegox) - - Fix 'lf visa2000 read' - too few samples (@iceman1001) - - Fix 'lf t55xx bruteforce' - infinity loop (@doegox) - - Fix 'analyse nuid' - correct crc (@doegox) + - Fix `lf visa2000 read` - too few samples (@iceman1001) + - Fix `lf t55xx bruteforce` - infinity loop (@doegox) + - Fix `analyse nuid` - correct crc (@doegox) - Add command history not repeating logged commands (@doegox) - Fix path for aidjson (@doegox) - Fix missing init i2x (@doegox) - - Fix '14b select card' - (@doegox) - - Add 'hf mf ndef' - parsing of NDEF messages (@merlokk) - - Add 'hf mf mad' - parsing of Mifare Application Directory (@merlokk) - - Rename 'lf snoop' -> 'lf sniff' (@iceman1001) - - Rename 'hf snoop' -> 'hf sniff' (@iceman1001) + - Fix `14b select card` - (@doegox) + - Add `hf mf ndef` - parsing of NDEF messages (@merlokk) + - Add `hf mf mad` - parsing of Mifare Application Directory (@merlokk) + - Rename `lf snoop` -> `lf sniff` (@iceman1001) + - Rename `hf snoop` -> `hf sniff` (@iceman1001) - Change generally added more colors (@iceman1001) - - Change 'sc upgrade' updated firmware v3.11 (RDV40) (@sentiprox) - - Change 'data autocorrelate' - better visual representation and added extra peak detection (@iceman1001) - - Fix 'lf search' - false positive indala identification fixed (@iceman1001) - - Add 'lf keri' - basic support for Keri tags (@iceman1001) - - Add 'hf mf list' - re-added it again (@iceman1001) + - Change `sc upgrade` updated firmware v3.11 (RDV40) (@sentiprox) + - Change `data autocorrelate` - better visual representation and added extra peak detection (@iceman1001) + - Fix `lf search` - false positive indala identification fixed (@iceman1001) + - Add `lf keri` - basic support for Keri tags (@iceman1001) + - Add `hf mf list` - re-added it again (@iceman1001) - Fix - A lot of bugfixes, like memory leaks (@iceman1001) - - Change 'hf 14a antifuzz' - original implementation (@asfabw), reworked a bit - - Fix 'hf mf fchk' (@iceman1001) - - Fix 'usb slow on posix based systems' (@fl0-0) - - Change 'lf pcf7931' - improved read code (@sguerrini97) - - Change 'hf felica list' - started with some FeliCa annotations (@iceman1001) - - Fix 'hf tune' - now works as expected (@iceman1001) - - Add 'option to use flash memory to upload dictionary files' (RDV40) (@iceman1001) - - Fix 'printing percentage now standard compliant' (@fabled) - - Add 'emv roca' - command to test for ROCA vuln in public RSA modulus (@merlokk / @iceman1001) + - Change `hf 14a antifuzz` - original implementation (@asfabw), reworked a bit + - Fix `hf mf fchk` (@iceman1001) + - Fix `usb slow on posix based systems` (@fl0-0) + - Change `lf pcf7931` - improved read code (@sguerrini97) + - Change `hf felica list` - started with some FeliCa annotations (@iceman1001) + - Fix `hf tune` - now works as expected (@iceman1001) + - Add `option to use flash memory to upload dictionary files` (RDV40) (@iceman1001) + - Fix `printing percentage now standard compliant` (@fabled) + - Add `emv roca` - command to test for ROCA vuln in public RSA modulus (@merlokk / @iceman1001) - Added TCP ports support (on linux) (@phcoder) - Added HF sniff standalone mode with optional storing of ULC/NTAG/ULEV1 authentication attempts (@bogiton) - - Fix 'Lining up plot and control window' (@anticat) - - Fix 'annoying focus behaviour' on OSX (@Anticat) + - Fix `Lining up plot and control window` (@anticat) + - Fix `annoying focus behaviour` on OSX (@Anticat) - Implemented AppNap API, fixing #283 and #627 OSX USB comm issues (@AntiCat) - - Added 'sc brute' - a naive SFI bruteforcer for contact smartcards (RDV40) (@iceman1001) - - Change 'lf t55xx detectconfig' - now optional to persist settings to flashmem (RDV40) (@iceman1001) - - Change 'hf mf csave' - now saves both EML/BIN formats (@iceman1001) - - Change 'hf mf esave' - now saves both EML/BIN formats (@iceman1001) - - Fix 'compiler warning on macos and gcc7.1 or higher' (@TomHarkness) - - Fix 'crash on Bionic libc if CloseProxmark is called twice' (@micolous) - - Change 'lf hid' - got an updated to Kastle format (@xilni) - - Added 'lf t55xx deviceconfig' - enables custom t55xx timing settings. (RDV40) (@iceman1001) + - Added `sc brute` - a naive SFI bruteforcer for contact smartcards (RDV40) (@iceman1001) + - Change `lf t55xx detectconfig` - now optional to persist settings to flashmem (RDV40) (@iceman1001) + - Change `hf mf csave` - now saves both EML/BIN formats (@iceman1001) + - Change `hf mf esave` - now saves both EML/BIN formats (@iceman1001) + - Fix `compiler warning on macos and gcc7.1 or higher` (@TomHarkness) + - Fix `crash on Bionic libc if CloseProxmark is called twice` (@micolous) + - Change `lf hid` - got an updated to Kastle format (@xilni) + - Added `lf t55xx deviceconfig` - enables custom t55xx timing settings. (RDV40) (@iceman1001) - Chg adaptations for FPC communications (work in progress) (@iceman1001) - - Fix 'stand-alone Colin' - remake to benefit from flashmem for persistence. (@cjbrigato) - - Fix 'LEGIC SIM' - remake of legic sim (@drandreas) - - Changed 'proxmark3 client threading' - remake from official repo (@micolous) - - Add 'rem' - new command that adds a line to the log file (@didierStevens) - - Fix 'EM410xdemod empty tag id in lfops.c' (@Defensor7) - - Fix 'usb device descriptor' - some android phones will enumerate better when iSerialnumber isn't a multiple of 8 (@micolous, @megabug) - - Fix 'StandaloneMode LF' - when collecting signal, justNoise detection is needed (@didierStevens, @Megabug) - - Fix 'StandAloneMode Colin' - mifare1ksim called with right params (@cjbrigato) - - Improved 'install.sh' to install dependencies for Ubuntu 18.04 and using max number of processors during compilation (@joanbono) - - Modified 'install.sh' script to work in macOS and Linux + added the 'update.sh' and 'proxmark3.sh' from joanbono (@TomHarkness) - - Fix 'hf emv' - some cards need to have Le=0x00, some don't need to have (@merlokk) - - Fix 'hf legic' enhancement of rx / tx in legic commands (@drandreas) - - Fix 'data buffclear' - now frees bigbuff also (@iceman1001) + - Fix `stand-alone Colin` - remake to benefit from flashmem for persistence. (@cjbrigato) + - Fix `LEGIC SIM` - remake of legic sim (@drandreas) + - Changed `proxmark3 client threading` - remake from official repo (@micolous) + - Add `rem` - new command that adds a line to the log file (@didierStevens) + - Fix `EM410xdemod empty tag id in lfops.c` (@Defensor7) + - Fix `usb device descriptor` - some android phones will enumerate better when iSerialnumber is not a multiple of 8 (@micolous, @megabug) + - Fix `StandaloneMode LF` - when collecting signal, justNoise detection is needed (@didierStevens, @Megabug) + - Fix `StandAloneMode Colin` - mifare1ksim called with right params (@cjbrigato) + - Improved `install.sh` to install dependencies for Ubuntu 18.04 and using max number of processors during compilation (@joanbono) + - Modified `install.sh` script to work in macOS and Linux + added the `update.sh` and `proxmark3.sh` from joanbono (@TomHarkness) + - Fix `hf emv` - some cards need to have Le=0x00, some do not need to have (@merlokk) + - Fix `hf legic` enhancement of rx / tx in legic commands (@drandreas) + - Fix `data buffclear` - now frees bigbuff also (@iceman1001) - Fix GET_TICKS and signess while shifting (@drandreas) - - Added 'hf 14b dump' - now dumps to file (bin & eml) (@iceman1001) + - Added `hf 14b dump` - now dumps to file (bin & eml) (@iceman1001) - Fix fixed xcorrelation for strong signal (@drandreas) - - Fix 'hf mf chk' - keytype was reversed (@TomHarkness) + - Fix `hf mf chk` - keytype was reversed (@TomHarkness) - Added strange vid/pid found in wild. Could be pm3 easy clones. (@iceman1001) - - Fix 'make udev' - udev filename could be in conflict, renamed. (@blshkv) - - Fix 'lf t55xx config' - wrong sized array disabled FSK1a/FSK2a as options (@grauerfuchs) + - Fix `make udev` - udev filename could be in conflict, renamed. (@blshkv) + - Fix `lf t55xx config` - wrong sized array disabled FSK1a/FSK2a as options (@grauerfuchs) - Added more default keys (@j8048188) (@iceman1001) - - Added 'sc list/info/raw/reader/upgrade' - (RDV40) smart card module functionality (@iceman1001) - - Fix 'download eml buffer' (@drandreas) - - Changed 'exclusion of floatingpoint lib' (@pwpiwi) - - Changed 'lua scripts bit32 calls' (@iceman1001) - - Changed 'hw version' (@pwpiwi), adapted to iceman fork (@iceman1001) - - Added 'amiibo functionality' (@jamchamb), adapted to iceman fork (@iceman1001) - - Fix 'hf legic' (RDV40) adaptations to FPGA HF enhanched reading distance (@iceman1001) Thanks to @drandreas! - - Added 'script run mifare_acces' - script to decode Mifare classic accessbits (@Neuromancer) - - Added 'mem load/save/wipe' - commands to upload / download to new RDV40 onboard flashmemory (@iceman1001) - - Added 'script run mifareplus" - script to communicate with a mifare plus tag (@dceliano) + - Added `sc list/info/raw/reader/upgrade` - (RDV40) smart card module functionality (@iceman1001) + - Fix `download eml buffer` (@drandreas) + - Changed `exclusion of floatingpoint lib` (@pwpiwi) + - Changed `lua scripts bit32 calls` (@iceman1001) + - Changed `hw version` (@pwpiwi), adapted to iceman fork (@iceman1001) + - Added `amiibo functionality` (@jamchamb), adapted to iceman fork (@iceman1001) + - Fix `hf legic` (RDV40) adaptations to FPGA HF enhanched reading distance (@iceman1001) Thanks to @drandreas! + - Added `script run mifare_acces` - script to decode Mifare classic accessbits (@Neuromancer) + - Added `mem load/save/wipe` - commands to upload / download to new RDV40 onboard flashmemory (@iceman1001) + - Added `script run mifareplus` - script to communicate with a mifare plus tag (@dceliano) - Added FlashMemory functionality (RDV40) (@willok) - - Fix 'hf mfu dump' - partial reads lead to corrupt data (Thanks @elafargue for pointing it out) - - Changed 'hf mfu dump / read' - now retries five times. (@jamchamb) + - Fix `hf mfu dump` - partial reads lead to corrupt data (Thanks @elafargue for pointing it out) + - Changed `hf mfu dump / read` - now retries five times. (@jamchamb) - Added `hf list mf` - deciphers crypto1 stream and works with first authentication and weak nested authentications (@Merlok) - Adjusted `lf cmdread` to respond to client when complete and the client will then automatically call `data samples` (@marshmellow42) - Added a bitbang mode to `lf cmdread` if delay is 0 the cmd bits turn off and on the antenna with 0 and 1 respectively (@marshmellow42) - dump / restore now uses custom filenames (@brianpow) - - Removed 'hf mf sniff' , (@iceman1001), use HF 14A SNIFF instead - - Added 'hf iclass lookup' (@iceman1001) - - Added 'hf iclass chk' (@iceman1001) + - Removed `hf mf sniff` , (@iceman1001), use HF 14A SNIFF instead + - Added `hf iclass lookup` (@iceman1001) + - Added `hf iclass chk` (@iceman1001) - Fixed ADC mux all closed push-pull state (@iceman1001) - - Fix 'hf mf darkside' - speed fixes (@pwpiwi) - - Fix 'hw tune' - now compensates for 3% error in output, also measure full 140v using ADC channel 5 and 7. (@iceman1001) + - Fix `hf mf darkside` - speed fixes (@pwpiwi) + - Fix `hw tune` - now compensates for 3% error in output, also measure full 140v using ADC channel 5 and 7. (@iceman1001) - Updated loclass gpl license (@holiman) - Fix Antenna on after changed FPGA Mode. (@iceman1001) - - Added 'hf mf nack' - Mifare NACK bug detection (@iceman1001) (@doegox) - - Fix 'hf mf mifare' - zero parity works, no more double runs for normal darkside (@iceman1001) - - Added 'hf mf fchk' - the fastest check keys implementation tothisday (@iceman1001) - - Fix 'hf iclass' - more stable demod (@iceman1001) - - Added 'hf iclass chk' - check keys from default_iclass_keys.dic file (@iceman1001) - - Fix 'hf 15 dump' - no more crc faults (@iceman1001) - - Fix 'hf 15 read' - no more crc faults (@iceman1001) - - Fix 'hf 15 readmulti' - no more crc faults (@iceman1001) + - Added `hf mf nack` - Mifare NACK bug detection (@iceman1001) (@doegox) + - Fix `hf mf mifare` - zero parity works, no more double runs for normal darkside (@iceman1001) + - Added `hf mf fchk` - the fastest check keys implementation tothisday (@iceman1001) + - Fix `hf iclass` - more stable demod (@iceman1001) + - Added `hf iclass chk` - check keys from default_iclass_keys.dic file (@iceman1001) + - Fix `hf 15 dump` - no more crc faults (@iceman1001) + - Fix `hf 15 read` - no more crc faults (@iceman1001) + - Fix `hf 15 readmulti` - no more crc faults (@iceman1001) - Changed proxmark command line parameter `flush` to `-f` or `-flush` (@merlokk) - Added to proxmark command line parameters `w` - wait 20s for serial port (@merlokk) - Added to proxmark command line parameters `c` and `l` - execute command and lua script from command line (@merlokk) @@ -290,13 +290,13 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Added new standalone mode "HF Mifare ultra fast sniff/sim/clone - aka VIGIKPWN" (@cjbrigato) - Added to `hf 14a apdu` - exchange apdu via iso1443-4 (@merlokk) - Added to `hf 14a apdu` - apdu and tlv results parser (@merlokk) - - Added 'hf emv' commands (@merlokk) + - Added `hf emv` commands (@merlokk) - lots of bug fixes (many many) - Changed hf mfp security. Now it works in all the modes. (@drHatson) - Added `hf fido` commands that work with FIDO U2F authenticators (@merlokk) - Added mbedtls instead of old polarssl (@merlokk) - Added jansson (@merlokk) - - Added `hf emv scan` - save card's data to json file (@merlokk) + - Added `hf emv scan` - save card data to json file (@merlokk) - Added `hf emv` `gpo`, `readrec`, `genac`, `challenge`, `intauth` - separate commands from `hf emc exec` (@merlokk) - Added `hf fido` `assert` and `make` commands from fido2 protocol (authenticatorMakeCredential and authenticatorGetAssertion) (@merlokk) - Added trailer block decoding to `hf mf rdbl` and `hf mf cgetbl` (@merlokk) @@ -311,10 +311,10 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - proxmark3 client can reconnect to device without restart (@iceman1001) - lots of bug fixes (many many) - trace/securakey-64169.pm3 - trace of a scecurakey (@atyppo) - - 'hf mf decrypt' - got some longer input and helptext parameter (@iceman1001) + - `hf mf decrypt` - got some longer input and helptext parameter (@iceman1001) - Updated the Reveng 1.51 sourcecode to 1.52 from Reveng project homepage (@iceman1001) - - 'hf 14a read' - disconnects when failing to read tag (@iceman1001) - - 'hf mf csave' - renamed parameter 'i' to 'o' as in output (@iceman1001) + - `hf 14a read` - disconnects when failing to read tag (@iceman1001) + - `hf mf csave` - renamed parameter `i` to `o` as in output (@iceman1001) ## [3.0.0][2017-08-29] Notes on this release @@ -322,51 +322,51 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac There is a lot of changes, command breaking changes, which is the cause for the JUMP in version number. It is set to v3.0.0 to show that it is on par with PM3 Offical v3 release. - - Updated 'mkversion.pl' to write a date based on file when repo is downloaded as a zip file from github (@iceman1001) - - Update 'readme.md' to fit GitHubs markup(@joanbono) - - Added 'script run ul_uid', try to change UID on a magic UL-card. (@iceman1001) - - Fixed 'hf snoop' bug, of wrong bool value (@ikarus23) + - Updated `mkversion.pl` to write a date based on file when repo is downloaded as a zip file from github (@iceman1001) + - Update `readme.md` to fit GitHubs markup(@joanbono) + - Added `script run ul_uid`, try to change UID on a magic UL-card. (@iceman1001) + - Fixed `hf snoop` bug, of wrong bool value (@ikarus23) - Fixed fullimage.s19, wrong offsets (@doegox) - - Updated '77-mm-usb-device-blacklist.rules' for the pid/vid (@iceman1001) - - 'hf 14a sim' now follows Mifare UL-EV1 protocol better (@iceman1001) - - Updated 'fpga_hf.bit' file (@pwpiwi) - - Added more card detections to 'hf mfu info' (@iceman1001) - - Fixed 'hf mfu restore/dump' to use the right struct values in special data in dumpfile. (@iceman1001) - - Added 'hf mfu restore r' new parameter to use the new pwd for all further auths needed when executing (@iceman1001) - - Added 'default_keys_dic2lua.awk' script to generate default_keys file in client/lualibs (@iceman1001) + - Updated `77-mm-usb-device-blacklist.rules` for the pid/vid (@iceman1001) + - `hf 14a sim` now follows Mifare UL-EV1 protocol better (@iceman1001) + - Updated `fpga_hf.bit` file (@pwpiwi) + - Added more card detections to `hf mfu info` (@iceman1001) + - Fixed `hf mfu restore/dump` to use the right struct values in special data in dumpfile. (@iceman1001) + - Added `hf mfu restore r` new parameter to use the new pwd for all further auths needed when executing (@iceman1001) + - Added `default_keys_dic2lua.awk` script to generate default_keys file in client/lualibs (@iceman1001) - Fixes to lots of lua scripts, among others - - 'mifare_autopwn', now uses PRNG detection (@iceman1001) - - 'mfkeys', fixed bug which only tested the first key (@iceman1001) - - 'dumptoemul', removed last newline (@iceman1001) + - `mifare_autopwn`, now uses PRNG detection (@iceman1001) + - `mfkeys`, fixed bug which only tested the first key (@iceman1001) + - `dumptoemul`, removed last newline (@iceman1001) - ... - Added USB/SERIAL communication enhancements (@micolous) - - Change 'hf 14a cuids', to be interrupted with keyboard press (@iceman1001) + - Change `hf 14a cuids`, to be interrupted with keyboard press (@iceman1001) - Change debugstatements for LF to show which function more unified (@iceman1001) - - Added 'script run calc_di' , to calculate some Mifare keys (@iceman1001) + - Added `script run calc_di` , to calculate some Mifare keys (@iceman1001) - Fixed iclass commands never shut down antenna afterwards (@iceman1001) - Change 512kb detection when flashing (@iceman1001) - Fixed compilation GCC4.9 or higher detection (@winguru) - Fixed compiler warnings in Ubuntu 17.04 (@iceman1001) - - Ripped out 'standalone' code into separete folder to be continued. (@iceman1001) - - 'hf mf nested', added key validation to entered key (@merlokk) - - 'hf mf hardnested', added key validation to enterd key (@iceman1001) + - Ripped out `standalone` code into separete folder to be continued. (@iceman1001) + - `hf mf nested`, added key validation to entered key (@merlokk) + - `hf mf hardnested`, added key validation to enterd key (@iceman1001) - Change a lot of help texts (@iceman1001) - - Fixed 'hf mf chk' - keyblock bug, limited keys to 256. (@iceman1001) - - Change 'hf mf dump' retries three times now before giving up (@marshmellow42) - - Fixed 'mfu authentication', with pack-len error (@iceman1001) - - 'Script list', change sortorder to alphabetic order (@iceman1001) - - Change 'hf mfu gen' to read taguid (@iceman1001) - - Change 'hf mfu pwdgen' to read taguid (@iceman1001) - - Added 'hf mf setmod' sets Mifare Classic EV1 load modulation strength to card (@angelsl) - - Added 'hf 14a read' Mifare PRNG detection based on @doegox LIBNFC impl (@iceman1001) - - Added 'hf mf nonces', collects Mifare Classic nonces for analysing of PRNG (@iceman1001) - - Added new CSNS in 'hf iclass sim 2' attack (@iceman1001) + - Fixed `hf mf chk` - keyblock bug, limited keys to 256. (@iceman1001) + - Change `hf mf dump` retries three times now before giving up (@marshmellow42) + - Fixed `mfu authentication`, with pack-len error (@iceman1001) + - `Script list`, change sortorder to alphabetic order (@iceman1001) + - Change `hf mfu gen` to read taguid (@iceman1001) + - Change `hf mfu pwdgen` to read taguid (@iceman1001) + - Added `hf mf setmod` sets Mifare Classic EV1 load modulation strength to card (@angelsl) + - Added `hf 14a read` Mifare PRNG detection based on @doegox LIBNFC impl (@iceman1001) + - Added `hf mf nonces`, collects Mifare Classic nonces for analysing of PRNG (@iceman1001) + - Added new CSNS in `hf iclass sim 2` attack (@iceman1001) - Added more default keys (@iceman1001) - Added analyse nuid, enable creation of Mifare NUID (@iceman1001) - Updated the Reveng 1.44 sourcecode to 1.51 from Reveng project homepage (@iceman1001) - script run formatMifare - got an option to execute the generate strings (@iceman1001) - - Fix 'hf mf cgetsc' (@iceman1001) - - Fix 'hf legic info' (@iceman1001) + - Fix `hf mf cgetsc` (@iceman1001) + - Fix `hf legic info` (@iceman1001) - Change version output (@iceman1001) - Added PAC/Stanley detection to lf search (@marshmellow42) - Added lf pac demod and lf pac read - extracts the raw blocks from a PAC/Stanley tag (@marshmellow42) @@ -377,7 +377,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Compiles with gcc 4.9 - Compiles for non-Intel CPUs - Added lf hitag write 24, the command writes a block to hitag2 tags in crypto mode (@henjo) - - Added the improved 'hf mf hardnested', an attack working for hardened Mifare cards (EV1, Mifare Plus SL1) + - Added the improved `hf mf hardnested`, an attack working for hardened Mifare cards (EV1, Mifare Plus SL1) - Added experimental testmode write option for t55xx (danger) (@marshmellow42) - Added t55xx p1detect to `lf search` chip detections (@marshmellow42) - Added lf t55xx p1detect, detect page 1 of a t55xx tag based on E015 mfg code (@marshmellow42) @@ -394,7 +394,6 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac ## [1.7.0 iceman fork] [2017-03-07] - hf mf dump - added retry loops to try each read attempt up to 3 times. makes getting a complete dump easier with many antennas. (@marshmellow42) - - Added markers in the graph around found Sequence Terminator after askmandemod. (@marshmellow42) - Added data mtrim command to trim out samples between start and stop. (@marshmellow42) - Added data setgraphmarkers command to set two extra markers on the graph (@marshmellow42) @@ -405,7 +404,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - `hf 14a read` added magic tag generation 1a and 1b detection (@iceman1001) - correctly using stdtypes.h printf and scanf format string macros (PRIx64 et al) (@pwpiwi) - fix linker warning re missing entry point when linking fullimage.elf (@pwpiwi) - - small changes to lf psk and fsk demods to improve results when the trace begins with noise or the chip isn't broadcasting yet (@marshmellow42) + - small changes to lf psk and fsk demods to improve results when the trace begins with noise or the chip is not broadcasting yet (@marshmellow42) - NOTE CHANGED ALL `lf em4x em*` cmds to simpler `lf em ` - example: `lf em4x em410xdemod` is now `lf em 410xdemod` - Renamed and rebuilt `lf em readword` && readwordpwd to `lf em 4x05read` - it now demods and outputs the read block (@marshmellow42/@iceman1001) - Renamed and rebuilt `lf em writeword` && writewordpwd to `lf em 4x05write` - it now also reads validation output from the tag (@marshmellow42/@iceman1001) @@ -418,7 +417,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac ## [1.6.9 iceman fork] [2017-02-06] - Serial speedup, if possible 408600baud otherwise default to 115200baud (@iceman1001) - - `hf emv` - Added Peter Fillmore's EMV branch now compiles on iceman fork. See seperate issue. (@iceman1001) + - `hf emv` - Added Peter Fillmore EMV branch now compiles on iceman fork. See seperate issue. (@iceman1001) - `hf 14a reader` - Aztek detection. (@iceman1001) - `standalone mode` - added more detection of tags and refactored (@iceman1001) - `script run ufodump` - dumps an Aztek tag. (@iceman1001) @@ -467,19 +466,18 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Added `lf hid wiegand` added a method to calculate WIEGAND in different formats, (@iceman1001) - `hf mf chkkeys` better printing, same table output as nested, faster execution and added Adam Lauries "try to read Key B if Key A is found" (@iceman1001) - `hf mf nested` better printing and added Adam Lauries "try to read Key B if Key A is found" (@iceman1001) - - `hf mf mifare` fixing the zero parity path, which doesn't got called. (@iceman1001) - - Updated the @blapost's Crapto1 implementation to v3.3 (blapost) + - `hf mf mifare` fixing the zero parity path, which did not get called. (@iceman1001) + - Updated the @blapost Crapto1 implementation to v3.3 (blapost) - `hf mf c*` updated the calling structure and refactored of the chinese magic commands (@iceman1001, @marshmellow42) - - Started to add Peter Fillmore's EMV fork into Iceman fork. ref: https://github.com/peterfillmore/proxmark3 (@peterfillmore, @iceman1001) + - Started to add Peter Fillmore EMV fork into Iceman fork. ref: https://github.com/peterfillmore/proxmark3 (@peterfillmore, @iceman1001) - Added Travis-CI automatic build integration with GitHub fork. (@iceman1001) - Updated the Reveng 1.30 sourcecode to 1.31 from Reveng project homepage (@iceman1001) - Updated the Reveng 1.31 sourcecode to 1.40 from Reveng project homepage (@iceman1001) - - - Added possibility to write direct to a Legic Prime Tag (MIM256/1024) without using values from the 'BigBuffer' -> 'hf legic writeRaw ' (@icsom) + - Added possibility to write direct to a Legic Prime Tag (MIM256/1024) without using values from the `BigBuffer` -> `hf legic writeRaw ` (@icsom) - Added possibility to decrease DCF values at address 0x05 & 0x06 on a Legic Prime Tag DCF-value will be pulled from the BigBuffer (address 0x05 & 0x06) so you have to - load the data into the BigBuffer before with 'hf legic load ' & then - write the DCF-Values (both at once) with 'hf legic write 0x05 0x02' (@icsom) + load the data into the BigBuffer before with `hf legic load ` & then + write the DCF-Values (both at once) with `hf legic write 0x05 0x02` (@icsom) - Added script `legic.lua` for display and edit Data of Legic-Prime Tags (@icsom) - Added the experimental HITAG_S support (@spenneb) - Added topaz detection to `hf search` (@iceman1001) @@ -505,13 +503,13 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - `hf iclass calcnewkey` - to calculate the div_key change to change a key - (experimental) (@marshmellow42 + others) - `hf iclass encryptblk` - to encrypt a data block hex to prep for writing that block (@marshmellow42) - ISO14443a stand-alone operation with ARM CFLAG="WITH_ISO14443a_StandAlone". This code can read & emulate two banks of 14a tag UIDs and write to "magic" cards (Craig Young) - - AWID26 command context added as 'lf awid' containing realtime demodulation as well as cloning/simulation based on tag numbers (Craig Young) - - Added 'hw status'. This command makes the ARM print out some runtime information. (@holiman) - - Added 'hw ping'. This command just sends a usb packets and checks if the pm3 is responsive. Can be used to abort certain operations which supports abort over usb. (@holiman) + - AWID26 command context added as `lf awid` containing realtime demodulation as well as cloning/simulation based on tag numbers (Craig Young) + - Added `hw status`. This command makes the ARM print out some runtime information. (@holiman) + - Added `hw ping`. This command just sends a usb packets and checks if the pm3 is responsive. Can be used to abort certain operations which supports abort over usb. (@holiman) - Added `data hex2bin` and `data bin2hex` for command line conversion between binary and hexadecimal (@holiman) - - Added 'hf snoop'. This command take digitalized signal from FPGA and put in BigBuffer. (@pwpiwi + enio) - - Added Topaz (NFC type 1) protocol support ('hf topaz reader', 'hf list topaz', 'hf 14a raw -T', 'hf topaz snoop'). (@pwpiwi) - - Added option c to 'hf list' (mark CRC bytes) (@pwpiwi) + - Added `hf snoop`. This command take digitalized signal from FPGA and put in BigBuffer. (@pwpiwi + enio) + - Added Topaz (NFC type 1) protocol support (`hf topaz reader`, `hf list topaz`, `hf 14a raw -T`, `hf topaz snoop`). (@pwpiwi) + - Added option c to `hf list` (mark CRC bytes) (@pwpiwi) ### Changed - Added `[l] ` option to data printdemodbuffer @@ -531,7 +529,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - `hf iclass dump` cli options - can now dump AA1 and AA2 with different keys in one run (does not go to multiple pages for the larger tags yet) (@marshmellow42) - Revised workflow for StandAloneMode14a (Craig Young) - EPA functions (`hf epa`) now support both ISO 14443-A and 14443-B cards (@frederikmoellers) - - 'hw version' only talks to ARM at startup, after that the info is cached. (@pwpiwi) + - `hw version` only talks to ARM at startup, after that the info is cached. (@pwpiwi) - Added `r` option to iclass functions - allows key to be provided in raw block 3/4 format ## [2.2.0][2015-07-12] @@ -563,7 +561,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - *bootrom* needs to be flashed, due to new address boundaries between os and fpga, after a size optimization (@pwpiwi) ### Fixed - - Fixed EM4x50 read/demod of the tags broadcasted memory blocks. 'lf em4x em4x50read' (not page read) (@marshmellow42) + - Fixed EM4x50 read/demod of the tags broadcasted memory blocks. `lf em4x em4x50read` (not page read) (@marshmellow42) - Fixed issue #19, problems with LF T55xx commands (@iceman1001, @marshmellow42) - Fixed various problems with iso14443b, issue #103 (@pwpiwi, @marshmellow42) @@ -584,5 +582,5 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac - Issues regarding LF simulation (@pwpiwi) ### Added - - iClass functionality: full simulation of iclass tags, so tags can be simulated with data (not only CSN). Not yet support for write/update, but readers don't seem to enforce update. (@holiman). + - iClass functionality: full simulation of iclass tags, so tags can be simulated with data (not only CSN). Not yet support for write/update, but readers do not seem to enforce update. (@holiman). - iClass decryption. Proxmark can now decrypt data on an iclass tag, but requires you to have the HID decryption key locally on your computer, as this is not bundled with the sourcecode.