UnitedCTF 2024 Escape Room 2 writeup
ยท 4 min read
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.