we will solve Picker I from PicoCTF

Let’s download the source code and read it

Please notice that out input land in eval function

notice that there was a function called win if we type win in out input the function will be called!
nc saturn.picoctf.net 63879
Try entering "getRandomNumber" without the double quotes...
==> win

Notice that there was a random hex decimal numbers let’s go to cyberchef to decode it
picoCTF{4_d14m0nd_1n_7h3_r0ugh_b523b2a1}

and we go the flag!