picoCTF 2022: binary-exploitation – Flag Leak
flag leak Description Story telling class 1/2 I’m just copying and pasting with this program. What can go wrong? You can view source here. And connect with it using: nc saturn.picoctf.net 51385 Solving This is a format string attack. So if we use some magic to send some format strings to the app, this should get us the flag. Here