mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
renamed script to follow name convention
This commit is contained in:
parent
ab3a8f4121
commit
2206271ba3
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
-- This Lua script is designed to run with Iceman/RRG Proxmark3 fork
|
||||
-- Just copy hf_mf_dump-luxeo.lua to client/luascripts/
|
||||
-- and run "script run hf_mf_dump-luxeo"
|
||||
-- and run "script run hf_mf_dump_luxeo"
|
||||
|
||||
-- requirements
|
||||
local cmds = require('commands')
|
||||
|
@ -12,16 +12,16 @@ local ansicolors = require('ansicolors')
|
|||
|
||||
copyright = ''
|
||||
author = '0xdrrb'
|
||||
version = 'v0.1.2'
|
||||
version = 'v0.1.3'
|
||||
desc = [[
|
||||
This is a script that tries to dump and decrypt the data of a specific type of Mifare laundromat token.
|
||||
OBS! Tag must be on the antenna.
|
||||
]]
|
||||
example = [[
|
||||
script run hf_mf_dump-luxeo
|
||||
script run hf_mf_dump_luxeo
|
||||
]]
|
||||
usage = [[
|
||||
script run hf_mf_dump-luxeo
|
||||
script run hf_mf_dump_luxeo
|
||||
]]
|
||||
arguments = [[
|
||||
-h This help
|
Loading…
Reference in a new issue