CollaporativeDev

Description

My team has been working very hard on new features for our flag printing program! I wonder how they'll work together? You can download the challenge files here:

challenge.zip

Solving

we found a unhelpful python script and a .git folder

$ cat flag.py                                                                                 
print("Printing the flag...")

So we check the git logs

$ git log 
commit eb19d0e3c28278752f0735c4451b885136a24105 (HEAD -> main)
Author: picoCTF <ops@picoctf.com>
Date:   Tue Mar 12 00:07:49 2024 +0000

    init flag printer

So that's unhelpful, so let's check if is there any other branch

Now i think the flag is separated to three parts let's check each branch

  • Part-1

Part-1 : picoCTF{t3@mw0rk_

  • Part-2

Part-2: m@k3s_th3_dr3@m_

  • Part-3

Part-3: w0rk_2c91ca76}

FLAGTHE

picoCTF{t3@mw0rk_m@k3s_th3_dr3@m_w0rk_2c91ca76}

Last updated