Time Machine

Download challenge file and unzip it:

curl -s https://artifacts.picoctf.net/c_titan/67/challenge.zip -o challenge.zip
ls
unzip challenge.zip

Lets see what is inside of it:

ls
cd drop-in
ls -la
cat message.txt

We can view commits using git command:

git log

Here is the flag.

Last updated