Merge pull request #304 from lanjelot/master

Add tool GitTools
This commit is contained in:
Swissky 2020-12-11 18:25:58 +01:00 committed by GitHub
commit e58bfe8310
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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