mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
lf_em_tearoff: oops accept absence of pwd
This commit is contained in:
@@ -82,7 +82,7 @@ local function main(args)
|
||||
sd = sd or 2000
|
||||
ed = ed or 2100
|
||||
|
||||
if #password ~= 8 then
|
||||
if password ~= '' and #password ~= 8 then
|
||||
return oops('password must be 4 hex bytes')
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user