Rating:
# Git Good
**70 Points**
we run dirb first for the challenge domain and we see that it has a /.git directory

so we can just clone it

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

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

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

**Flag=actf{b3\_car3ful\_wh4t\_y0u\_s3rve\_wi7h}**