Tags: reverse
Rating:
I was given a.out file to find a flag in
[a.out](https://github.com/mar232320/ctf-writeups/raw/main/a.out)
When you run the binary file it prompts for a password to get the flag
This was a very easy challenge - just open the file in notepad and search for flag{
Alternatively you can use strings or grep if on linux
> flag{str1ngs_FTW}