.git exposé
Dernière mise à jour
Cet article vous a-t-il été utile ?
Dernière mise à jour
Cet article vous a-t-il été utile ?
DotGit est une extension chrome et firefox recherchant pour chaque page visité la présence d'un fichier ".git" exposé.
ressource:
“index of” inurl:.git
intitle:"index of" .git/hooks/
$ wget --mirror -I https://target.com/.git/
$ git status
$ git restore .
ou
$ git checkout -- .
$ git log
$ git show <commit id>