Missing and Missed

[!danger] Answer poctf{uwsp_219h7_w20n9_02_f0290773n}

  • problem says "A little cerebral fornication to round out the crypto challenges." code is something like

++++++++++[>+>+++>+++++++>++++++++++<<<<-]>>>>++++++++++++.-.------------.+++++++++++++++++.--------------.+++++++++++++++++++++.------.++.----.---.-----------------.<<++++++++++++++++++++.-.++++++++.>>+++++++++.<<--.>>---------.++++++++++++++++++++++++.<<-----.--.>>---------.<<+++++++++.>>---------------.<<---------.++.>>.+++++++.<<--.++.+++++++.---------.+++++++..----.>>++++++++.+++++++++++++++.
  • from hours of scrolling through social media, I knew immediately this was brainfuck, an actually functional programming language, but if u couldn't tell, "cerebral fornication" more bluntly put is brain fuck, so using https://www.tutorialspoint.com/execute_brainfk_online.php, and pasting the code, we can run it and get the flag

Last updated