Add tool GitTools

This commit is contained in:
lanjelot 2020-12-12 04:19:54 +11:00
parent 73fdd6e218
commit 4ab874d854

View file

@ -140,6 +140,14 @@ git clone https://github.com/lijiejie/GitHack
GitHack.py http://www.openssl.org/.git/
```
### Automatic way: GitTools
```powershell
git clone https://github.com/internetwache/GitTools
./gitdumper.sh http://target.tld/.git/ /tmp/destdir
git checkout -- .
```
### Harvesting secrets : trufflehog
> Searches through git repositories for high entropy strings and secrets, digging deep into commit history