stevemcilwain / quiver

Quiver is the tool to manage all of your tools for bug bounty hunting and penetration testing.
MIT License
206 stars 38 forks source link

Github dorks #32

Open stevemcilwain opened 4 years ago

stevemcilwain commented 4 years ago

Do something with git log and git grep to search for secrets in a local git repo.

git rev-list --all | xargs git --no-pager grep -HoliEr "$SEARCH"
git branch -a | cut -c3- | cut -d' ' -f 1 | xargs git --no-pager grep -HoliEr "$SEARCH"