mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
Change in hf 15 raw broke support hf_15_magic.lua
There was a change in `hf 15 raw` and this script was not updated to support that change
This commit is contained in:
parent
6f579e5b6c
commit
adb207268d
1 changed files with 4 additions and 4 deletions
|
@ -68,10 +68,10 @@ end
|
||||||
--- Set UID on magic command enabled on a ICEMAN based REPO
|
--- Set UID on magic command enabled on a ICEMAN based REPO
|
||||||
local function magicUID_iceman(b0, b1)
|
local function magicUID_iceman(b0, b1)
|
||||||
print('Using backdoor Magic tag function')
|
print('Using backdoor Magic tag function')
|
||||||
core.console('hf 15 raw -2 -c 02213E00000000')
|
core.console('hf 15 raw -2 -c -d 02213E00000000')
|
||||||
core.console('hf 15 raw -2 -c 02213F69960000')
|
core.console('hf 15 raw -2 -c -d 02213F69960000')
|
||||||
core.console('hf 15 raw -2 -c 022138'..b1)
|
core.console('hf 15 raw -2 -c -d 022138'..b1)
|
||||||
core.console('hf 15 raw -2 -c 022139'..b0)
|
core.console('hf 15 raw -2 -c -d 022139'..b0)
|
||||||
end
|
end
|
||||||
--
|
--
|
||||||
--- Set UID on magic command enabled, OFFICAL REPO
|
--- Set UID on magic command enabled, OFFICAL REPO
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue