🎃 Spooky SSC CTF 🎃

👁️ Source of Truth

Sometimes the most important information is hidden in the source code. Learn to look beyond what's visible!

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

💡 Challenge Overview

Goal: Find the flag hidden in the webpage's source code.

Difficulty: Beginner - Source code analysis basics!

Time to complete: 2-5 minutes

Key Learning: Source code contains valuable information!

📜 The Source of Truth

Sometimes the most important information is hidden in the webpage's source code. This challenge teaches you to always check what's behind the scenes!

🛠️ How to Solve This Challenge:

  1. Right-click on this page and select "View Page Source" (or press Ctrl+U)
  2. Look for the flag - Search for "spooky" using Ctrl+F
  3. Check all sections - HTML, CSS, and JavaScript
  4. Copy the flag when you find it

🔍 What You're Learning:

  • Source Code Analysis - Examining webpage source code
  • Information Disclosure - Finding accidentally exposed data
  • Web Development Basics - Understanding HTML structure

🔍 What to look for in source code:

🏁 Submit Your Flag

🏠 Back to Main Page