misc writeups

find misc ctf writeups.

misc writeups cover everything that doesn't fit a category — escaping a restricted shell, decoding a layered puzzle, scripting against a timed server, or breaking a game. they reward recognizing the real challenge underneath.

search misc writeups on ctftime

what misc writeups cover

  • pyjail escapewriteups bypass restricted Python by reaching builtins through object traversal or unblocked dunders.
  • bash / shell jailwriteups rebuild blocked commands from allowed characters, wildcards, and variable expansion.
  • encoding puzzleswriteups peel layered base64/hex/esoteric encodings, often with CyberChef.
  • scripting challengeswriteups automate a fast or repeated server interaction with pwntools or requests.
  • game exploitationwriteups manipulate client state, memory, or protocol messages to force a win.
  • identify the real typewriteups show how a misc challenge was recognized as crypto/web/pwn in disguise.

read writeups after you've tried

writeups teach the most when you've already spent real time on a miscchallenge. if you're stuck mid-solve, get a spoiler-free hint first — then read a writeup to see the gap between your approach and the intended one.