TimeMachine

Desctiption

What was I last working on? I remember writing a note to help me remember... You can download the challenge files here:

challenge.zip

Solving

First we need to check what's in the file

$ cat message.txt                                                                             
This is what I was working on, but I'd need to look at my commit history to know why...

so let's check it

$ git log
commit 10228f3d6437701ef5aaac04213757031f30ebec (HEAD -> master)
Author: picoCTF <ops@picoctf.com>
Date:   Tue Mar 12 00:07:24 2024 +0000

    picoCTF{t1m3m@ch1n3_8defe16a}

Horray

THEFLAG

picoCTF{t1m3m@ch1n3_8defe16a}

Last updated