From 4f7b1453ccc0b96c1ab7d6797a7d0e5e344b0e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marlin=20S=C3=B6=C3=B6se?= <30473690+msoose@users.noreply.github.com> Date: Thu, 13 Aug 2020 10:54:52 -0600 Subject: [PATCH] Update and rename read_pwd_mem.lua to data_readpwdmem.lua --- .../{read_pwd_mem.lua => data_readpwdmem.lua} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename client/luascripts/{read_pwd_mem.lua => data_readpwdmem.lua} (93%) diff --git a/client/luascripts/read_pwd_mem.lua b/client/luascripts/data_readpwdmem.lua similarity index 93% rename from client/luascripts/read_pwd_mem.lua rename to client/luascripts/data_readpwdmem.lua index 0c786f6f9..29cd087fa 100644 --- a/client/luascripts/read_pwd_mem.lua +++ b/client/luascripts/data_readpwdmem.lua @@ -15,25 +15,25 @@ You should now use read_pwd_mem_spiffs instead after the updated BogRun standalo ]] example = [[ -- This will scan the first 256 bytes of flash memory for stored passwords - script run read_pwd_mem + script run data_readpwdmem -- This will scan 256 bytes of flash memory at offset 64 for stored passwords - script run read_pwd_mem -o 64 + script run data_readpwdmem -o 64 -- This will scan 32 bytes of flash memory at offset 64 for stored passwords - script run read_pwd_mem -o 64 -l 32 + script run data_readpwdmem -o 64 -l 32 -- This will print the stored Mifare dictionary keys - script run read_pwd_mem -m + script run data_readpwdmem -m -- This will print the stored t55xx dictionary passwords - script run read_pwd_mem -t + script run data_readpwdmem -t -- This will print the stored iClass dictionary keys - script run read_pwd_mem -i + script run data_readpwdmem -i ]] usage = [[ - script run read_pwd_mem [-h] [-o ] [-l ] [-k ] [-m] [-t] [-i] + script run data_readpwdmem [-h] [-o ] [-l ] [-k ] [-m] [-t] [-i] ]] arguments = [[ -h : this help