Skip to main content

One post tagged with "jail"

View All Tags

UnitedCTF 2024 Escape Room 2 writeup

ยท 4 min read
Gabriel Cholette-Rioux
Gabriel Cholette-Rioux
Passionate software developer

Here's the challenge description

A room, a terminal, a locked door asking for a secret code... and a broken keyboard whose letters and numbers no longer work. How hard can it be?

There is also a free hint on the challenge

The require function is not part of the global context, it is a scoped variable which becomes undefined when called in different contexts. Try to find where is it always defined.

We are also provided and ip and port to connect to with netcat.