File
Spectral
The challenge contains a single file download; A file
named cool_image.jpg.
The first thing I did, as with other forensics challenge is ran the file command.
$ file cool_image.jpg
cool_image.jpg: ASCII text
So its a text file. I tried opening the file
$ cat cool_image.jpg
idek{f1l3_3xt3ns10n5_4r3_d3c31v1ng}
Theres our flag.