mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
Update tnp3clone.lua
Better to use default template for ST
This commit is contained in:
parent
49fc2a56ab
commit
6e99b1e49b
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ local function main(args)
|
|||
core.clearCommandBuffer()
|
||||
|
||||
-- Set sector trailer S0, since it has different access rights
|
||||
cmd = ('%s 3 %s%s'):format(cset, keyA, b3:sub(13) )
|
||||
cmd = ('%s 3 %s0f0f0f69000000000000'):format(cset, keyA)
|
||||
core.console(cmd)
|
||||
core.clearCommandBuffer()
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue