Rating:

Git Good

70 Points

we run dirb first for the challenge domain and we see that it has a /.git directory

Imgur

so we can just clone it

Imgur

we get a thisisflag.txt file but when we open it we get

Imgur

so if the flag was there and the file got modified we can see the commits that happened

Imgur

so we can just see the diff for the actual intial commit and we got the flag

Imgur

Flag=actf{b3_car3ful_wh4t_y0u_s3rve_wi7h}

Original writeup (https://github.com/zhassan6992/angstromCTF2020-writeup/tree/master/web/Git%20Good).