CTF Guide
Capture The Flag (CTF) competitions are cybersecurity contests where players solve challenges to find hidden "flags". They're one of the best ways to build practical security skills.
Capture The Flag (CTF) competitions are cybersecurity contests where players solve challenges to find hidden "flags". They're one of the best ways to build practical security skills.
Get comfortable with Linux, the command line, Python scripting, and basic networking concepts before diving into CTF challenges.
Choose one category to start with, most beginners find Web Exploitation or Cryptography the most approachable entry points.
Use beginner-friendly platforms like PicoCTF, TryHackMe, or HackTheBox to practice in a legal, structured environment.
CTFs are more fun (and more winnable) as a team. Join MISC to compete with other students and learn from each other.
Exploiting vulnerabilities in web applications. Common topics include SQL injection, XSS, CSRF, SSRF, authentication bypasses, and insecure deserialization.
Breaking or exploiting weak cryptographic implementations. Covers classical ciphers, RSA, AES, hashing, padding oracles, and more.
Analysing compiled binaries to understand their behaviour. Involves disassemblers, decompilers, and understanding assembly code.
Finding and exploiting memory corruption vulnerabilities in binaries. Topics include buffer overflows, format strings, heap exploitation, and ROP chains.
Recovering hidden or deleted data from files, memory dumps, and network captures. Tools like Wireshark, Volatility, and steganography utilities are common.
Open Source Intelligence, gathering information from publicly available sources to solve challenges. Involves search engines, social media, geolocation, and metadata analysis.
Beginner-friendly CTF platform with year-round practice problems.
Calendar of upcoming CTF competitions worldwide.
Labs and challenges across all skill levels.
Guided learning paths for beginners in cybersecurity.
Dedicated platform for learning cryptography through challenges.
Introductory guide covering all major CTF categories.