Merge pull request #2498 from eltociear/patch-1

chore: update hf_ntag_bruteforce.lua
This commit is contained in:
Iceman 2024-09-11 19:05:12 +02:00 committed by GitHub
commit 9a77b3f5f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -143,7 +143,7 @@ end
local function writeOutputBytes(bytes, outfile) local function writeOutputBytes(bytes, outfile)
local fileout,err = io.open(outfile,"wb") local fileout,err = io.open(outfile,"wb")
if err then if err then
print("### ERROR - Faild to open output-file "..outfile) print("### ERROR - Failed to open output-file "..outfile)
return false return false
end end
for i = 1, #bytes do for i = 1, #bytes do