From bb5c4d6162c8037244a93d428972f7be5db64801 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 3 Dec 2019 14:50:48 +0100 Subject: [PATCH] Add python script to wipe S70 7b Gen2 magic tags. Thanks @vulnersCom --- CHANGELOG.md | 3 ++- tools/pm3_mf7b_wipe.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 161c581c2..296c892dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ 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 mf plus command `hf mfp chk` for check keys from public keys list, from dictionary or 1 and 2-byte bruteforce (@merlokk) + - Added 'pm3_mf7b_wipe.py' python script. Wipes magic S70 7B Gen2 card. (@vulnersCom) + - Added `hf mfp chk` Mifare plus command for check keys from public keys list, from dictionary or 1 and 2-byte bruteforce (@merlokk) - Change `hf 15` - some refactoring (@grspy) - Added `hf 15 writeafi` and `hf 15 writedsfid` (@grspy) - Added detailed info for SLIX2 tags in `hf 15 info` (@grspy) diff --git a/tools/pm3_mf7b_wipe.py b/tools/pm3_mf7b_wipe.py index bfa1f2524..f4c58ce01 100644 --- a/tools/pm3_mf7b_wipe.py +++ b/tools/pm3_mf7b_wipe.py @@ -147,4 +147,4 @@ for sector in sector_array: block += 1 for block in block_success: - print("Block %s: %s" % (block ,block_success[block])) \ No newline at end of file + print("Block %s: %s" % (block ,block_success[block]))