Day 16 - Help! Where is Santa?

Date: 16, December, 2020

Author: Dhilip Sanjay S


Solutions

What is the port number for the web server?

  • Answer: 8000

  • Steps to Reproduce: Run Nmap, Rustscan, etc.

    root@kali:nmap MACHINE_IP
    
    Starting Nmap 7.91 ( https://nmap.org ) at 2020-12-17 22:08 IST
    Nmap scan report for MACHINE_IP
    Host is up (0.18s latency).
    Not shown: 999 closed ports
    PORT     STATE SERVICE
    8000/tcp open  http-alt
    
    Nmap done: 1 IP address (1 host up) scanned in 2.36 seconds

Without using enumerations tools such as Dirbuster, what is the directory for the API? (without the API key)

  • Answer: /api/

  • Steps to Reproduce: Write a simple python script Code:

    Output:


Find out the correct API key. Remember, this is an odd number between 0-100. After too many attempts, Santa's Sled will block you.

  • Answer: 57

  • Steps to Reproduce: Code:

    Output:


Where is Santa right now?

  • Answer: Winter Wonderland, Hyde Park, London

  • Steps to Reproduce:


Last updated