[
CTF Writeups
]
home
web
crypto
pwn
rev
forensics
misc
picoCTF
team
cat /team/readme.md
Mergesort
Fries
CTF team writeups, exploits, and solutions. We break things, learn stuff, document everything.
picoCTF 2026
Active
14 writeups
categories
[web]
Web
XSS, SQLi, SSRF, auth bypass, session forgery
[enc]
Crypto
Cipher breaks, RSA attacks, hash collisions
[pwn]
Pwn
Buffer overflows, ROP chains, heap exploitation
[rev]
Rev
Binary analysis, disassembly, deobfuscation
[foren]
Forensics
Disk images, memory dumps, network captures, steganography
[misc]
Misc
General skills, encoding, OSINT, and everything else
[ctf]
picoCTF 2026
All writeups from picoCTF 2026
latest writeups
2026-03-20
web
Medium
Sql Map1
Using sqlmap to dump credentials from a vulnerable endpoint, then logging in with cracked credent...
→
2026-03-20
crypto
Medium
Small Trouble
Wiener's attack on RSA — recovering a 256-bit private exponent from a 2095-bit modulus using cont...
→
2026-03-20
crypto
Medium
Shift Registers
Breaking an LFSR-based stream cipher with a 126-byte key that gets immediately masked to 8 bits —...
→
2026-03-20
rev
Medium
Secure Password Database
Heartbleed-style memory leak in a binary — leaking a secret from adjacent heap memory, then recov...
→
2026-03-20
forensics
Medium
Rogue Tower
Identifying a rogue cell tower from captured network traffic and decrypting its exfiltrated data.
→
2026-03-20
crypto
Medium
Related Messages
Franklin-Reiter related message attack on RSA — exploiting two ciphertexts encrypted under the sa...
→
2026-03-20
web
Medium
Old Sessions
Forging a Flask client-side session token to escalate privileges to admin.
→
2026-03-20
web
Medium
No FA
Cracking an unsalted password hash and brute-forcing an OTP with no rate limiter to bypass 2FA.
→
2026-03-20
misc
Medium
MultiCode
A string encoded through four nested layers — Base64, Hex, URL encoding, and ROT13. CyberChef Mag...
→
2026-03-20
web
Medium
Hashgate
Credentials leaked in HTML source, profile URLs use MD5-hashed numeric IDs — brute force the admi...
→
2026-03-20
forensics
Medium
Forensics Git 1
Recovering deleted data from a Git repository's object store inside a disk image.
→
2026-03-20
crypto
Medium
ClusterRSA
Multi-prime RSA with four factors — factoring n via factordb then computing phi from all four pri...
→
2026-03-20
forensics
Medium
Binary Digits
Extracting hidden data encoded in binary from an image or file.
→
2026-03-20
crypto
Medium
Not TRUe
Lattice attack on NTRU — recovering the private key (f, g) from the public key h using LLL reduct...
→