Skip to content

proxmark3-v4.20469

Latest
Compare
Choose a tag to compare
@iceman1001 iceman1001 released this 16 Jun 14:22
· 15 commits to master since this release

Release v4.20469
Nickname "Daddy Iceman"

Change log for this release


    Fixed edge case in fm11rf08s key recovery tools (@doegox)
    Removed --par from lf em 4x70 commands.
    Changed hf 14a info - refactored code to be able to detect card technology across the client easier (@iceman1001)
    Changed hf mf info - now informs better if a different card technology is detected (@iceman1001)
    Changed hf mf autopwn - now exits if desfire is detected and limit attacks if mifare plus is detected (@iceman1001)
    Changed hf mfp chk - improved key handling and output (@iceman1001)
    Fix hf mf dump - added a check for keyfile to contain enough keys for card (@iceman1001)
    Fix hf mf eview - now viewing 2k, 4k cards doesn't get wrong background color (@iceman1001)
    Changed hf mf info - skip checking if it detects a MIFARE Ultralight family card (@iceman1001)
    Changed hf mf rdsc - it now addeds the used key to the output in the sector trailer (@iceman1001)
    Added the PM3ULTIMATE platform in the build / docs. untested (@iceman1001)
    Added fpga compilation for PM3ULTIMATE device (@n-hutton)
    Updated the ATR list (@iceman1001)
    Fixed fpga binary images to use fixed seed 2 (@n-hutton)
    Added hf iclass sam --info - option that returns sam specific details (@antiklesys)
    Changed hf iclass sim -t 7 - implemented simulation that glitches key block responses (@antiklesys)
    Changed hf iclass sim -t 6 - implemented simulation that glitches sio block (@antiklesys)
    Changed hf iclass legbrute - implemented multithreading support (@antiklesys)
    Changed hf iclass legrec - added a --sl option for further speed increase by tweaking the communication delays (@antiklesys)
    Changed hf iclass legrec - added a --fast option for further speed increase and automated AA2 block selection (@antiklesys)
    Changed hf iclass legrec - additional code optimizations gaining a ~147% speed increase (@antiklesys)
    Changed hf iclass tear - readability improvements for erase phase (@antiklesys)
    Changed hf iclass legrec - code optimizations gaining a ~8% speed increase (@antiklesys)
    Modified hf iclass tear - now has a device side implementation also. (@antiklesys) (@iceman1001)
    Changed hf iclass info - now uses CSN values based checks (@antiklesys)
    Changed hf iclass dump - now uses default AA1 key when called without a key or key index (@iceman1001)
    Renamed hf iclass trbl to hf iclass tear (@iceman1001)
    Changed hw tearoff - the device side message is now debug log controlled (@iceman1001)
    Changed pm3.sh - Serial ports enumeration on Proxspace3.xx / MINGW environments, now using powershell.exe since wmic is deprecated (@iceman1001)
    Fixed hf iclass trbl - to correctly use the credit key when passed and show partial tearoff results (@antiklesys)
    Fixed hf iclass legbrute was not correctly parsing the index value
    Fixed hf mf ekeyprn - failed to download emulator memory due to wrong size calculation (@iceman1001)
    Fixed hf mf fchk --mem to actually use flash dict (@doegox)
    Fixed make install on OSX thanks DaveItsLong (@doegox)
    Added new standalone mode HF_ST25_TEAROFF to store/restore ST25TB tags with tearoff for counters (@seclabz)
    Added hf_mfu_ultra.lua script enables restoring dump to ULTRA/UL-5 tags and clearing previously written ULTRA tags (@mak-42)
    Fixed hf mfu sim to make persistent the counter increases in the emulator memory (@sup3rgiu)
    Fixed hf mf mad to correctly display MAD version 2 card publisher sector (@BIOS9)
    Fixed lf hitag dump and related commands stability when tag is configured in public mode/TTF mode (@rfidgeek1337)