mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Delete extra whitespace character in mf_backdoor_dump.py
Delete the extra whitespace character in mf_backdoor_dump.py. This blank character prevents the for loop from trying the next backdoor key. Signed-off-by: Xue Liu <liuxuenetmail@gmail.com>
This commit is contained in:
parent
7fa1a204f4
commit
e3c2e86604
1 changed files with 1 additions and 1 deletions
|
@ -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:")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue