No description
Find a file
2022-07-18 11:19:22 +02:00
docs Readme added 2022-07-18 11:19:22 +02:00
src formatting improvements 2022-07-18 11:11:08 +02:00
.gitignore Readme added 2022-07-18 11:19:22 +02:00
entgrep.nimble end of file bugfix, stability impr., cmdline impr. 2022-07-18 11:11:08 +02:00
LICENSE Initial commit 2022-07-18 11:07:49 +02:00
README.md Readme added 2022-07-18 11:19:22 +02:00

entgrep

A Grep but for secrets (based on entropy)

entgrep piped through jq

Installation

nimble install entgrep

Usage

Usage:
  entgrep [optional-params] [files: string...]
A grep for secret stuff
Options:
  -h, --help                       print this cligen-erated help
  --help-syntax                    advanced: prepend,plurals,..
  -s=, --blobSize=   0..    48     set blobSize
  -t=, --threshold=  float  5.2    set threshold
  -j, --asJson       bool   false  set asJson

Find all 32 bytes long blobs with entropy over 5.5:

entgrep -s 32 -t 5.5 path/to/file