/.git

Enumerate with gitdumper

[1]sudo pip install git-dumper

[2]Dump all the source code into a directory called /source

sudo git-dumper http://10.10.10.10/.git/ source

[3] cd source --> ls -la

Last updated