Skip to content

Instantly share code, notes, and snippets.

View ProYT303's full-sized avatar
๐Ÿ™„
ccdsswfsadewftedrgr

waltershitcoedr ProYT303

๐Ÿ™„
ccdsswfsadewftedrgr
  • within 10 meters
View GitHub Profile
@JJTech0130
JJTech0130 / gsa.py
Last active April 21, 2025 16:54
Apple's GrandSlam Authentication protocol
import base64
import hashlib
import hmac
import locale
import plistlib as plist
from datetime import datetime
import logging
import requests
import srp._pysrp as srp
import urllib3