mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
style
This commit is contained in:
parent
0be35a8e7e
commit
5d357a6039
13 changed files with 30 additions and 30 deletions
|
@ -47,9 +47,9 @@ desc = [[
|
|||
5. Erase all data at the card and set the FF FF FF FF FF FF keys, and Access Conditions to 78778800.
|
||||
|
||||
Script works in a wizard styled way.
|
||||
|
||||
|
||||
Author Youtube channel: https://yev.ooo/
|
||||
|
||||
|
||||
Many Thanks,
|
||||
Best Regards
|
||||
]]
|
||||
|
@ -261,7 +261,7 @@ local function main(args)
|
|||
end
|
||||
else
|
||||
dumpEML = "find '.' -iname '*dump.eml' -type f"
|
||||
if string.len(GetUID()) == 14 then
|
||||
if string.len(GetUID()) == 14 then
|
||||
eml_file_uid_start = 9
|
||||
eml_file_uid_end = 22
|
||||
eml_file_lengt = 31
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue