Skip to content

Instantly share code, notes, and snippets.

View ptrstr's full-sized avatar

Kyle Bouchard ptrstr

View GitHub Profile
// ==UserScript==
// @name innerHTML tracker
// @description tracks innerHTML changes
// @version 2025-12-11
// @author You
// @include *
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com
// @grant none
// ==/UserScript==
@ptrstr
ptrstr / ipsw_research.py
Created April 11, 2021 17:30
Small script to find all IPSW files with research (symbolicated) kernelcaches. Uses ipsw.me API
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']:

Keybase proof

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: