Git [web]

Git

Did you know that angstrom has a git repo for all the challenges? I noticed that clam committed a very work in progress challenge so I thought it was worth sharing.

Solution

A rather simple git dumping challenge.

./git-dumper.py https://gitgood.2020.chall.actf.co/.git/ web
cd web
$ git show 6b3c94c0b90a897f246f0f32dec3f5fd3e40abb5 | grep -i actf                         
actf{b3_car3ful_wh4t_y0u_s3rve_wi7h}

Flag

actf{b3_car3ful_wh4t_y0u_s3rve_wi7h}