Avatar

memst

Practising computer addict

[C2C CTF 2023] Binary 101

Description

The attached zip contains a binary file. Does it print out a flag?

Solution

Try extracting the strings ins the binary via UNIX command strings:

$ strings mybinary
This is the way!
FLAG{SUPER_Binary}

Flag

FLAG{SUPER_Binary}
Written on May 18, 2023