add updated sim module firmware v4.13, this is breaking change for smart category commands

This commit is contained in:
iceman1001 2022-12-09 07:36:02 +01:00
commit e364d7e03d
10 changed files with 837 additions and 17 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 sim012.bin')
child.sendline('smart upgrade -f sim013.bin')
i = child.expect('pm3 --> ')
msg = escape_ansi(str(child.before))
print("================")