Skip to content

SecDev0ps/mass_trufflehog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Scan all the repositories of a specific profile on GitHub

Find and verify secrets

  1. Install https://github.com/trufflesecurity/trufflehog

  2. Use https://github.com/GlTIab/github-repos-scraper/ to scrape all the repositories. It will save all the repositories to target-repos.txt.

  3. Run the mass_trufflehog.py script with:

curl -sSL https://raw.githubusercontent.com/GlTIab/mass_trufflehog/main/mass_trufflehog.py | python3 - -command "trufflehog github --repo={}" target-repos.txt

OR

git clone https://github.com/GlTIab/mass_trufflehog

cd mass_trufflehog

python3 mass_trufflehog.py -command "trufflehog github --repo={}" target-repos.txt

Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages