Web Exploitation

24 writeups covering SSTI → RCE, second-order SQL injection, IDOR via MD5 enumeration, unrestricted file upload, session hijacking, rate limit bypass via X-Forwarded-For, credential stuffing over raw TCP, and client-side authentication failures. All challenges from picoCTF picoGym.

Easy 100 pts

Old Session

Session hijacking via an unauthenticated /sessions endpoint that leaked all active admin tokens in plain text. picoCTF W...

Read writeup →
Easy 75 pts

Dev Backdoor

Authentication bypass via a ROT13-obfuscated developer backdoor left in production HTML source. picoCTF Web Exploitation...

Read writeup →
Easy 75 pts

Cookie Monster

Flag recovered from a Base64-encoded cookie value stored client-side with no server-side validation. picoCTF Web Exploit...

Read writeup →