hosted by University of Missouri-Kansas City, in person only placed 1st overall, beating out high school, university, and open; ts was peak
Roo CTF 2025: Include (tuxops) title: “include” date: “2025-10-25” author: “TechnoDot (technodot)” description: “imported” TechnoDot, mrnullone Given the URL https://include.cyberroos.org, find the flag. Navigating to the URL, we are greeted with a simple page that switches themes. We see that the theme is conveyed by a get parameter in the URL, between the themes light and dark. Opening up DevTools, we see that the X-Powered-By header is PHP/8.0.30, shining a light onto how we proceed. Attempting to set a non-existent theme (such as ?theme=flag) results in no styling at all. Examining the page source, we see that the style has a PHP error in it. ...