Time Machine

Challenge Description

What was I last working on? I remember writing a note to help me remember...

You can download the challenge files here:


Solution

Download the file and extract it. You can find a .git file in the current directory.

On viewing the contents of the message.txt, it seems like we have to check the history.

We can view the git history by using the git log command.

Flag: picoCTF{t1m3m@ch1n3_8defe16a}

Last updated

Was this helpful?