mshauneu / trufflehog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Truffle Hog

Searches through git repositories for secrets, digging deep into commit history and branches.

Note: Files added in the first commit of a git repository don't appear to be searched, see: trufflesecurity/trufflehog#85

Build

pip3 install virtualenv
virtualenv venv
source venv/bin/activate
pip install truffleHog
cp regexChecks.py venv/lib/python*/site-packages/truffleHog/defaultRegexes/regexChecks.py
#vim venv/lib/python*/site-packages/truffleHog/defaultRegexes/regexChecks.py

Run

truffleHog --regex --entropy=False https://github.com/mshauneu/trufflehog

Finish

deactivate

About


Languages

Language:Python 100.0%