// notes/ Service Enumeration
📡
Misc Git
Notes from oscp.adot8.com — services.
#services#adot8
source · oscp.adot8.com · services/misc_git ↗Git
Located at
code
01http://gitea.site.htb02http://site.htb/.git03http://site.htb/dev/.gitPull source code from .git directory
code
01git-dumper http://site.htb/.git website02codeView all commits
code
01git log02git show <commit id>{% hint style="info" %} Check .htaccess or .htpasswd {% endhint %}
Check a commit
code
01cp -r website git02git checkout '8812785e31c879261050e72e20f298ae8c43b565'