mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Write signature when wiping card as NTAG213
This commit is contained in:
parent
dc9319f661
commit
11ac8f768a
1 changed files with 3 additions and 0 deletions
|
@ -995,6 +995,9 @@ local function wipe(wtype)
|
|||
--set pack
|
||||
err, msg = write_pack('0000')
|
||||
if err == nil then return err, msg end
|
||||
--set signature
|
||||
err, msg = write_signature('8B76052EE42F5567BEB53238B3E3F9950707C0DCC956B5C5EFCFDB709B2D82B3')
|
||||
if err == nil then return err, msg end
|
||||
lib14a.disconnect()
|
||||
return true, 'Ok'
|
||||
else oops('Use 0 for Mifare wipe or 1 for Ultralight wipe')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue