Github Writeup

$ cat .git/logs/HEAD
$ git checkout .
$ git fsck --full
$ git reflog
git cherry-pick 759be94
cat index.php
--
git log
Result : 
395e087334d613d5e423cdf8f7be27196a360459

lalu baca isi file tersebut dengan

git show 395e087334d613d5e423cdf8f7be27196a360459

git diff 395e087334d613d5e423cdf8f7be27196a360459


Dumper dan Extractor
https://github.com/internetwache/GitTools

$ ./gitdumper.sh -h

[*] USAGE: 
http://target.tld/.git/ dest-dir [--git-dir=otherdir]

./extractor.sh /tmp/mygitrepo /tmp/mygitrepodump

Last updated