Needle in the Haystack
Personal Rating: Very Easy
We have a binary file that we could open with ghidra. Using the ghidra string search or simply the strings command, you could find the flag. Of course you could also analyze the file in ghidra properly, but this was not necessary here to be honest. This was the command I used:
strings filename | grep HTB
Last updated