From 9dc2f38ac8f24ac5185501cf16a5a297ed943941 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 23 Sep 2020 00:40:01 +0200 Subject: [PATCH] Rename hf_mf_dump-laundromat.lua -> hf_mf_dump-luxeo.lua --- .../{hf_mf_dump-laundromat.lua => hf_mf_dump-luxeo.lua} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename client/luascripts/{hf_mf_dump-laundromat.lua => hf_mf_dump-luxeo.lua} (98%) diff --git a/client/luascripts/hf_mf_dump-laundromat.lua b/client/luascripts/hf_mf_dump-luxeo.lua similarity index 98% rename from client/luascripts/hf_mf_dump-laundromat.lua rename to client/luascripts/hf_mf_dump-luxeo.lua index 64bbc0a66..3ee86ecbc 100644 --- a/client/luascripts/hf_mf_dump-laundromat.lua +++ b/client/luascripts/hf_mf_dump-luxeo.lua @@ -1,7 +1,7 @@ --- -- This Lua script is designed to run with Iceman/RRG Proxmark3 fork --- Just copy hf_mf_dump-laundromat.lua to client/luascripts/ --- and run "script run hf_mf_dump-laundromat" +-- Just copy hf_mf_dump-luxeo.lua to client/luascripts/ +-- and run "script run hf_mf_dump-luxeo" -- requirements 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. ]] example = [[ - script run hf_mf_dump-laundromat + script run hf_mf_dump-luxeo ]] usage = [[ -script run hf_mf_dump-laundromat +script run hf_mf_dump-luxeo ]] arguments = [[ -h This help