cat

Reversing a repeating-key XOR crackme that downloads the flag from catbox.moe.

June 16, 2026 · 1 min · 89 words · Th3B0yWh0L1v3d

Hidden But Definitely Not

Recovering a flag hidden via stack-string construction and XOR obfuscation.

June 16, 2026 · 1 min · 96 words · Th3B0yWh0L1v3d

Bandaids Help me Heal — DalCTF 2026

A ‘pwn’ binary with no input is really a static-reversing puzzle: a fake usleep loop would take days and a fake integrity check always passes, so reading the constants and undoing a single-byte XOR yields the flag without ever waiting.

June 7, 2026 · 9 min · 1916 words · Th3B0yWh0L1v3d

Fun With RSA — DalCTF 2026

A homemade RSA-CRT signer leaks a correct and a faulted signature of the same message; gcd(s − spz, n) factors n (the Bellcore attack), while the trivial shortcut just recovers the message via s^e mod n — and the XOR ‘protection’ undoes itself.

June 7, 2026 · 8 min · 1517 words · Th3B0yWh0L1v3d

SecretPickle — GPN CTF 2026

A Pyodide client serializes requests with pickle obfuscated by a hardcoded XOR key, letting the server pickle.loads attacker data for unauthenticated root RCE, then hooking the live handler to capture the adminbot’s plaintext login password.

June 6, 2026 · 3 min · 501 words · Th3B0yWh0L1v3d