mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Merge pull request #2969 from robo-w/bugfix/mf_backdoor_dump-output
Bugfix/mf_backdoor_dump output
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ This project uses the changelog in accordance with [keepchangelog](http://keepac
|
||||
- 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. (@robo-w)
|
||||
- Changed `/client/pyscripts/mf_backdoor_dump.py` - fixed output checks to handle whitespace variations. fixed output of card dump. (@robo-w)
|
||||
|
||||
|
||||
## [Daddy Iceman.4.20469][2025-06-16]
|
||||
|
||||
@@ -41,4 +41,4 @@ if WORKING_KEY is None:
|
||||
else:
|
||||
print(f"Backdoor key {WORKING_KEY} seems to work, dumping data...")
|
||||
print("IMPORTANT: Only data blocks and access bytes can be dumped; keys will be shown as all 0's")
|
||||
p.console(f"hf mf eview --{sz}", True)
|
||||
p.console(f"hf mf eview --{sz}", quiet=False)
|
||||
|
||||
Reference in New Issue
Block a user