mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
Rename iso15_magic.lua into hf_15_magic.lua
This commit is contained in:
parent
fb3f49c2f0
commit
ada9c76f67
2 changed files with 4 additions and 4 deletions
|
@ -15,12 +15,12 @@ example = [[
|
||||||
|
|
||||||
-- ISO15693 slix magic tag
|
-- ISO15693 slix magic tag
|
||||||
|
|
||||||
script run iso15_magic -u E004013344556677
|
script run hf_15_magic -u E004013344556677
|
||||||
|
|
||||||
script run iso15_magic -u E004013344556677 -a
|
script run hf_15_magic -u E004013344556677 -a
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run iso15_magic -h -u <uid>
|
script run hf_15_magic -h -u <uid>
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h : this help
|
-h : this help
|
|
@ -840,5 +840,5 @@ hf 15 csetuid E011223344556677
|
||||||
```
|
```
|
||||||
or (ignore errors):
|
or (ignore errors):
|
||||||
```
|
```
|
||||||
script run iso15_magic -u E004013344556677
|
script run hf_15_magic -u E004013344556677
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue