← Back to Writeups
HTBN/AWeb

baby BoneChewerCon

XESXOR8/23/20261 min read
#web#htb#n/a

baby BoneChewerCon

Platform: HackTheBox | Category: Web | Difficulty: N/A | Author: D3v0o0Nu11 | Date: 2026-02-10

Description

Due to heavy workload for the upcoming baby BoneChewerCon event, the website is under maintenance and it errors out, but the debugger is still enabled in production!! I think the devil is enticing us to go and check out the secret key.

Solution Approach

Core idea: Identify the weakness from source review or fingerprinting first. Iterate with incremental payloads instead of guessing.

Steps

  1. First, open the host given.

  2. Let us enter HALLO then register it.

  3. Turns out we can see the http kernel.

  4. When i clicked this one:

  5. Then scroll to the server/request data.

  6. Got the flag

Flag

REDACTED

Lessons Learned

  1. Identify the weakness from source review or fingerprinting first.
  2. Iterate with incremental payloads instead of guessing.
  3. Reuse the same pattern in future engagements.