Githacker
Command to extract the whole git project:
1
githacker --url http://10.10.11.134/.git/ --output-folder results
Examples: Epsilon
Git Commits
Command to list the commits under a git project (you should be under .git folder):
1
git log
After retrieving the hash for every commit, if we want to see the changes:
1
git show <hash-id>
Examples: Epsilon