
This is my Write Up for the "baby BoneChewerCon" machine from Hack The Box.
We are given an URL. This leads us to a website calling for the registration to its upcoming event. We see we have a few graphics and most noteably and input field. So naturally we want to go ahead and try to XSS this.

Funily enough, actually just entering ANYTHING like ‘lol’ into the field yields us the flag from the debugger..
It seems the webservers configuration or the service run by the server is not correctly configured as a production server, thus still showing debug info. Be sure to always turn off any debugging info in Production environments.