Merge pull request #2596 from xueliu/patch-1

Delete extra whitespace character in mf_backdoor_dump.py
This commit is contained in:
Iceman 2024-10-28 01:24:09 +01:00 committed by GitHub
commit 18722b168b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ for bk, sz in BACKDOOR_KEYS:
print("Error reading the tag:")
print("\n".join(output))
break
elif "[-] Fill ( fail )" in output:
elif "[-] Fill ( fail )" in output:
continue
elif "[+] Fill ( ok )" not in output:
print("Unexpected output, exiting:")