๐โโฌGit Exposure
Theory
Practical
Finding the exposed .git
# gobuster
gobuster dir -u http://10.10.213.12/ -w /usr/share/dirb/wordlists/common.txt
# DotGit Extension
Downloading .git
# wget
wget --mirror -I .git <URL>
# git-dumper
bash gitdumper.sh http://target/.git/ <dest-dir>
OR
pip3 install git-dumperCheck status
Restore files
Read logs
Read commits
REFERENCES
Last updated