- Notifications
You must be signed in to change notification settings - Fork21
Entropy is a CLI tool that will scan your codebase for high entropy lines, which are often secrets.
License
EwenQuim/entropy
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Paranoïd about having secrets leaked in your huge codebase? Entropy is here to help you find them!
Entropy is a CLI tool that willscan your codebase for high entropy lines, which are often secrets.
go install github.com/EwenQuim/entropy@latestentropy# More optionsentropy -hentropy -top 20 -ext go,py,jsentropy -top 5 -ignore-ext min.js,pdf,png,jpg,jpeg,zip,mp4,gif my-folder my-file1 my-file2or in one line
go run github.com/EwenQuim/entropy@latest
brew install ewenquim/repo/entropyentropy# More optionsentropy -hentropy -top 20 -ext go,py,jsentropy -top 5 -ignore-ext min.js,_test.go,pdf,png,jpg my-folder my-file1 my-file2docker run --rm -v$(pwd):/data ewenquim/entropy /data# More optionsdocker run --rm -v$(pwd):/data ewenquim/entropy -hdocker run --rm -v$(pwd):/data ewenquim/entropy -top 20 -ext go,py,js /datadocker run --rm -v$(pwd):/data ewenquim/entropy -top 5 /data/my-folder /data/my-file
The docker image is available onDocker Hub.
The-v option is used to mount the current directory into the container. The/data directory is the default directory where the tool will look for files.Don't forget to add /data at the end of the command, otherwise the tool will search inside the container, not your local filesystem.
- Fuego: A Go framework that generates OpenAPI documentation from your codebase.
- Renpy-Graphviz: A tool to generate a graph of the Ren'Py game engine's screens and labels.
About
Entropy is a CLI tool that will scan your codebase for high entropy lines, which are often secrets.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.
