Chris Pomeroy
2019-07-06 d4f51c828186110676b63cfbf3349336f50d1fa4
Updated the url for theget aax key
1 files modified
2 ■■■ changed files
aaxConvert.py 2 ●●● patch | view | raw | blame | history
aaxConvert.py
@@ -146,7 +146,7 @@
    payload = hex
    recovery = 3
    while recovery != 0:
      r = requests.post('http://x86-docker01:8080/function/checkkey', payload, verify=False, timeout=None)
      r = requests.post('http://x86-docker01:8080/function/getaaxkey', payload, verify=False, timeout=None)
      if r.status_code == 200:
          key = r.text
          recovery = 0