Forensics

Hide my ass in my home!

Looking at the files

The download archives contains a lot of random files.
My first thought was to confirm that files were actually what the extension said it was.

find . | xargs file

We can see that there’s a lot of Ascii/txt files, some broken links, html and a vim swap file.

Before going to deep into it, i’ll grep for the keyword flag in the strings of all the files.

find . | xargs strings | grep -i flag

And we got what we were looking for!

For the fun of it, i actually reconstructed the vim swap file and the flag was in there.

The flag is : Flag-1s4g76jk89f