I hereby claim:
- I am ptrstr on github.
- I am ptrstr (https://keybase.io/ptrstr) on keybase.
- I have a public key ASAYT4l-5SwsXGulb86E0-LQ5ZVwZrcwnD_yCn9ZMEBxEAo
To claim this, I am signing this object:
| from remotezip import RemoteZip | |
| import requests | |
| def ipsw_api(endpoint): | |
| return requests.get('https://api.ipsw.me/v4/' + endpoint).json() | |
| def scan(): | |
| for device in ipsw_api('devices'): | |
| print(' [*] Device %s' % (device['name'])) | |
| for firmware in ipsw_api('device/' + device['identifier'])['firmwares']: |
I hereby claim:
To claim this, I am signing this object: