Git

Located at

http://gitea.site.htb
http://site.htb/.git
http://site.htb/dev/.git

Pull source code from .git directory

git-dumper http://site.htb/.git website
code

View all commits

git log
git show <commit id>

Check .htaccess or .htpasswd

Check a commit

cp -r website git
git checkout '8812785e31c879261050e72e20f298ae8c43b565'

Last updated