Skip to content

Instantly share code, notes, and snippets.

View technorav3nn's full-sized avatar
😎
im so cool

Death_Blows technorav3nn

😎
im so cool
  • United States
  • 07:41 (UTC -05:00)
View GitHub Profile
import hmac
import base64
import urllib.parse
import requests
import time
# Supercell ID "Request Forgery Protection" bypass by danyanull, 2025
# I know this code is holy crap but it's made as a PoC just for fun in about 2 hours
def sign(timestamp: int, path: str, method: str, body: str, headers: dict[str, str]):