mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
Rename hf_mf_dump-laundromat.lua -> hf_mf_dump-luxeo.lua
This commit is contained in:
parent
8cda2e3a29
commit
9dc2f38ac8
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
|
-- This Lua script is designed to run with Iceman/RRG Proxmark3 fork
|
||||||
-- Just copy hf_mf_dump-laundromat.lua to client/luascripts/
|
-- Just copy hf_mf_dump-luxeo.lua to client/luascripts/
|
||||||
-- and run "script run hf_mf_dump-laundromat"
|
-- and run "script run hf_mf_dump-luxeo"
|
||||||
|
|
||||||
-- requirements
|
-- requirements
|
||||||
local cmds = require('commands')
|
local cmds = require('commands')
|
||||||
|
@ -17,10 +17,10 @@ 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.
|
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 = [[
|
example = [[
|
||||||
script run hf_mf_dump-laundromat
|
script run hf_mf_dump-luxeo
|
||||||
]]
|
]]
|
||||||
usage = [[
|
usage = [[
|
||||||
script run hf_mf_dump-laundromat
|
script run hf_mf_dump-luxeo
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h This help
|
-h This help
|
Loading…
Add table
Add a link
Reference in a new issue