Skip to content

Instantly share code, notes, and snippets.

View Pix3l01's full-sized avatar
🍌
Peeling BANANAS

Alessandro Pizzorni Pix3l01

🍌
Peeling BANANAS
View GitHub Profile
@Pix3l01
Pix3l01 / solve.py
Created May 15, 2022 14:08
Solver for "PTC - Pwn The Circles!" challenge @ m0leCon CTF 2022 Teaser
import json
import requests
import base64
from hashlib import pbkdf2_hmac
from Crypto.Cipher import AES
BS = 16
def unpad(s):