Git

General

Repositorio de Git expuesto.

http://<target>/.git/
https://<target>/.git/

Descargar repositorio de Git expuesto.

wget -r -np http://<target>/.git/
wget -r -np https://<target>/.git/

Revisión de repositorio descargado.

git log --pretty=oneline
git cat-file -t <commit-hash>
git cat-file -p <commit-hash>

Herramientas

Última actualización