Rating:
Downloaded the image.bin file.
Checked to see what kind of file it was:
```
~ > CTFs > bssides_bos > amnesia > file image.bin
image.bin: data
```
just a data file.
Let's use strings to see if we can find flag within the file
whole bunch of stuff shows up if we only grep for flag ...let's bring the search more relevant to us
```
~ > CTFs > bssides_bos > amnesia > strings image.bin | grep flag\{
f.games/?flag=flag{forensic_cookie_hunter}
```
Bingo!! Flag is: flag{forensic_cookie_hunter}