blackbox demo - answers

🌌 Star Wars Blackbox: Demo Walkthrough

Welcome to the demo! These first two levels are designed to introduce you to the core mechanics of Blackbox challenges. Follow the steps below to begin your journey.


🛡️ Level 1: The Phantom Menace

Mission: Repair a corrupted video file and register your identity in the Jedi archives.

The Solution:

  1. Repair the File: The video file is currently disguised with the wrong extension. Navigate to the challenge directory and rename video.mp3 to video.mp4.

    • Command: mv video.mp3 video.mp4

  2. Register: Once the file is fixed, the system will prompt you. Simply enter your chosen Jedi name in the chat to complete your registration.


🗡️ Level 2: Strings Attached

Mission: A password is hidden deep within a binary executable. You must extract it to proceed.

The Solution:

  1. Inspect the Binary: Use the strings command to filter through the binary file and reveal human-readable text.

    • Command: strings [filename]

  2. Retrieve the Password: Look through the output for a sequence that looks like a code.

    • The Hidden Password: JEDY_CODER


Note: These levels are designed to familiarize you with basic terminal commands like mv and strings. May the Force be with your terminal!

תודה! בזכותכם נוכל להשתפר