Git

If a .git directory is found in a web application, you can download all the content using

wget -r http://web.com/.git

Then you can see the changes made using git diff

You can also dump a .git folder from a URL with this tool:

Last updated