// FAQ

🚀 Getting Started

What is a CTF?

CTF stands for Capture The Flag. It's a cybersecurity competition where participants solve challenges to find hidden flags in the format CTF{...}. Each flag earns your team points.

How do I login?

Each team logs in using the team leader's email address and team leader's phone number as the password. All team members share the same account.

What tools do I need?
A modern browser is all you need. For advanced challenges:
  • Browser DevTools (F12) — Elements, Console, Network tabs
  • View Source (Ctrl+U) — reading HTML source
  • Python / C — scripting and hash cracking

⚠ AI tools and automation are not allowed.

🎯 Challenges

How are challenges structured?
There are 5 levels, each with 3 challenges:
  • L1 — Recon (100 pts each)
  • L2 — Infiltrate (150 pts each)
  • L3 — Bypass (200 pts each)
  • L4 — Exploit (300 pts each)
  • L5 — Dominate (500 pts each)

Total: 2,850 points across 15 challenges.

Why is L4 / L5 locked?
  • L4 unlocks after solving at least 1 challenge from L3
  • L5 unlocks after solving at least 1 challenge from L4

L1, L2, and L3 are open from the start.

Can different teams get different flags?

Yes. Flags are unique per team. You cannot copy a flag from another team — it simply won't work.

🏆 Scoring

Is there a penalty for wrong answers?

Yes. Each wrong submission deducts −5 points. Your penalty count is visible under Failed Attempts on your dashboard.

How is the winner decided?
  • 1st: Highest total score
  • 2nd: Fastest submission time
  • Tiebreaker: Fewest failed attempts
Can my score go below zero?

No. Your score has a minimum floor of 0.

🔧 Troubleshooting

My flag isn't being accepted. What should I check?
  • Exact format: CTF{...}
  • Flags are case-sensitive — copy-paste recommended
  • Check for trailing spaces or extra characters
  • Make sure you're on the correct challenge
I'm stuck on a challenge. What can I do?
  • Re-read the description and hints carefully
  • Use DevTools (F12) — Elements, Console, Network, Sources
  • Try View Source (Ctrl+U)
  • Switch to another challenge and come back fresh
  • Collaborate with your teammates!

⚠ AI tools are not allowed, but teamwork is encouraged.

Can I use multiple devices / browsers?

Yes. Login from multiple devices using the same credentials. Do not share credentials with other teams.

Still have questions? Ask an organiser directly. Happy Hacking! 🚩