mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 15:14:34 +00:00
Add tool GitTools
This commit is contained in:
parent
73fdd6e218
commit
4ab874d854
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue