Sign inSign up

cincan/trufflehog

By cincan

Updated about 4 years ago

TruffleHog Searches through git repositories for accidentally committed secrets

Image
0

7.2K

cincan/trufflehog repository overview

TruffleHog Searches through git repositories for accidentally committed secrets

Input

git repository

Output

trufflehog report, JSON

Usage

Using with cincan-command, input and output files are handled automatically into container:

cincan run cincan/trufflehog <url-or-path/to/git/sample.git>
cincan run cincan/trufflehog https://gitlab.com/CinCan/tools.git

Or use with Docker, requires the usage of volumes:

docker run -v /samples:/samples cincan/trufflehog file:///samples/<GIT-DIR>/ 
<OPTIONS>

or just using remote repository

docker run cincan/trufflehog https://github.com/<USERNAME>/sample.git <OPTIONS>

Some options:

--json        Output in JSON
--regex       High signal regex checks

See project home page for all available options.

Project homepage

https://github.com/dxa4481/truffleHog

License

Apache 2.0

Tag summary

Content type

Image

Digest

Size

29 MB

Last updated

about 4 years ago

docker pull cincan/trufflehog