Page cover image

☠️To Be And Not To Be

Author: @Kkevsterrr#7469

What should we do?

To be and not to be, that is the question. (Note: the correct input solution to this challenge is alphanumeric.)

user@pc:~$ nc challenge.nahamcon.com <port>
we've got a funky shell over here, and we're going to feed it your input!
the shell will run the following:
console.log(%s !== (%s));
And the flag is `flag{<md5>}, where <md5> is the md5sum of the input that prints true!
>>>

What did we do!

Last updated