Unclaimed project
Are you a maintainer of proxmark3? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
proxmark3
Iceman Fork - Proxmark3
Back to changelogNew
proxmark3-v4.20728
Release v4.20728
Nickname "Phrack"
CHANGELOG - Phrack [2025-09-11]
- Change lf t55xx restore - now skips writing block0 if its all zeros (@iceman1001)
- Added HID Simplex Grinnell 36-bit - Improved Simplex decoder (@datafx, @henrygab)
- Change lf search - also test for chipset even if there was just signal noice (@iceman1001)
- Added detection of PCF 7961 , thanks progman (@iceman1001)
- Change reveng -g - now correctly take 1024 hexstring as input (@iceman1001)
- Added --override parameter to NDEF read for overriding MAD CRC check (@iceman1001)
- Added hf saflok commands (@stiebeljoshua)
- Added ntag_clean.lua script for easier NTAG memory wipe (@trigat)
- Changed from Bigbuf malloc to Bigbuf calloc calls on device side (@iceman1001)
- Added lf t55xx view - now viewing of T55XX dump files is possible (@iceman1001)
- Fixed lf indala cone - now writing the right bits when using --fc and --cn
- Changed readline hack logic for async dbg msg to be ready for readline 8.3 (@doegox)
- Improved To avoid conflicts with ModemManager on Linux, is recommended to masking the service (@grugnoymeme)
Changed data crypto - now also handles AES-256 (@iceman1001)Changed hf mfdes info - add recognition of Swissbit iShield Key Mifare (@ah01)Changed hf mf info - add detection for unknown backdoor keys and for some backdoor variants (@doegox)Changed mqtt commnands - now honors preference settings (@iceman1001)Changed prefs - now handles MQTT settings too (@iceman1001)Fixed mqtt segfault and gdb warning under windows (proper thread stopping and socket handling). (@virtyvoid)Added mqtt - the pm3 client can now send and receive MQTT messages or json files. (@iceman1001)Changed hf iclass wrbl - replay behavior to use privilege escalation if the macs field is not passed empty(@antiklesys)Changed hf iclass restore - it now supports privilege escalation to restore card content using replay (@antiklesys)Fixed hf 15 dump - now reads sysinfo response correct (@iceman1001)Changed make clean - it now removes all pycache folders (@iceman1001)Fixed hf 15 readmulti - fix block calculations (@iceman1001)Changed mem load - now handles UL-C and UL-AES dictionary files (@iceman1001)Changed hf mfu sim - now support UL-C simulation (@iceman1001)Added ! - run system commands from inside the client. Potentially dangerous if running client as SUDO, SU, ROOT (@iceman1001)Implemented hf felica scsvcode - now dumps all service and area codes. (@zinongli)Added hf felica liteauth - now support FeliCa Lite-S authentication(@q0jt)Added he felica dump - partial support for dumping all blocks from unauth readable services (@zinongli)Changed hf 14b calypso - now don't break the file id loop when one file can't be selected or read. Add new file ids to iterate through (@zinongli)Fixed script run hf_mfu_amiibo_restore.lua - broken reference to a dependency. (@CorySolovewicz)Changed /client/update_amiibo_tools_lua.py - updated the output to make things more clear. (@CorySolovewicz)Changed /client/lualibs/amiibo_tools.lua - updated to the most recent data. (@CorySolovewicz)Changed /client/pyscripts/mf_backdoor_dump.py - fixed output checks to handle whitespace variations. fixed output of card dump. (@robo-w)