adapt to new sim module firmware version

This commit is contained in:
iceman1001 2023-09-28 08:46:04 +02:00
commit 1234b08132
8 changed files with 52 additions and 24 deletions

View file

@ -122,7 +122,7 @@ def pm3_lf_t55xx(child):
def pm3_flash_sm(child):
try:
print("[+] Updating smart card fw")
child.sendline('smart upgrade -f sim013.bin')
child.sendline('smart upgrade -f sim014.bin')
i = child.expect('pm3 --> ')
msg = escape_ansi(str(child.before))
print("================")