Resources & Tools

Every challenge in this CTF can be solved in your browser β€” no terminal, no installs, no downloads. When a challenge says "Need a tool for this?", this is the page it means.

Below are free, open-source / browser-based tools grouped by what you're trying to do. Pick the row that matches your task.


πŸ” View a page's source code

See the raw HTML behind any web page β€” including comments and content that isn't shown on screen.

Built into your browser too: right-click a page β†’ View Page Source (or press Ctrl+U / ⌘+βŒ₯+U). Press F12 (or right-click β†’ Inspect) to open Developer Tools and explore the live page, its elements, and stored cookies.


🌐 Send or inspect network requests (headers, cookies, methods)

Craft an HTTP request with custom headers, cookies, or methods and see exactly what comes back β€” things a normal browser address bar won't let you do.


πŸ” Encode, decode & work with ciphers

A single Swiss-army tool that handles almost everything in the Cryptography category — Base64, hex, ROT/Caesar, Vigenère, XOR — and more. You build a "recipe" by stacking operations, which is perfect for anything that's been transformed more than once.


#️⃣ Identify an unknown hash

Not sure what kind of hash you're looking at? Identify the algorithm first, then decide how to attack it.


General tips