🎃 Spooky SSC CTF 🎃

👻 Hidden in Plain Sight

Welcome to your first challenge! Sometimes the most important information is hidden right in front of you.

Your Mission: Find the hidden flag by examining this page's source code!

💡 Challenge Overview

Goal: Find a hidden flag that's been left in the webpage's source code.

Difficulty: Beginner - Perfect for learning the basics!

Time to complete: 2-5 minutes

Key Learning: Always check source code for hidden information!

🎃 The Haunted Web Page

This webpage appears normal, but developers sometimes leave sensitive information hidden in the code. Your job is to find it!

🛠️ How to Solve This Challenge:

  1. Right-click anywhere on this page and select "View Page Source" (or press Ctrl+U)
  2. Look for HTML comments - they look like this: <!-- comment text -->
  3. Search for "spooky" - press Ctrl+F and search for the word "spooky"
  4. Copy the flag - it will be in the format spooky{...}

🔍 What You're Learning:

  • Source Code Analysis - How to view and examine webpage source code
  • HTML Comments - Developers use comments to leave notes, but sometimes they contain secrets
  • Information Disclosure - When sensitive data is accidentally exposed
  • Basic Reconnaissance - The first step in any security assessment

💡 Pro Tips:

  • Use your browser's search function (Ctrl+F) to quickly find keywords
  • Look for patterns - flags usually start with "spooky{"
  • Check everything - comments, JavaScript, meta tags, and hidden elements
  • This is real-world - developers accidentally leave secrets in code all the time!

🏁 Submit Your Flag

🏠 Back to Main Page