file [filename]
on the binary. binary.jpg
but they changed it to binary.exe
. So, the ctf player will thought that it's a executable
file instead of image/jpeg
file.strings -a [filename]
to extracts strings in the given binary. Some clues or artifacts can be found in the strings
output.echo "[strings of the base64]" | base64 -d
.