I have a capture the flag situation; I am quite new to this...
The following is given (translated from Brazilian Portuguese): "This challenge requires digging a little deeper than just "strings" to find the correct flag. Parse the attached binary and score the hidden flag."
A file has been provided, I have already discovered it's an ELF file. Also, by using Strings all I can see is gibberish and a message stating that's not the actual thing (MACK{This_is_not_the_flag_youre_looking_for}; if I test this in the password protect uni hotsite it really confirms it's not the flag).
Discovering the type:
file only_a_binary only_a_binary: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=bf082798faf7253749442fe4166676287754608f, for GNU/Linux 3.2.0, not stripped
Strings results is too long. How to get along? What else should I try? I have searched a lot and nothing helps out...