Searches through files and directories for high entropy strings and secrets.
Project description
entropeer
Searches through files and directories for high entropy strings and secrets.
Similar to trufflehog but for local files rather than git repos. Based also on entro.py.
Install
pip3 install entropeer
What it does
entropeer will dig secrets out of a file or a folder returning strings with high shannon entropy or secrets matching some rules. This can be used to quickly pull secret keys out of a large collection of files like a local sourcecode repo.
How to
Scan a single file:
entropeer -f ./filename
Search all the files in the current directory:
entropeer
Search all the files in a custom directory:
entropeer -d /tmp/code
Recursively search all the files in the current directory and all of its subdirectories:
entropeer -r
By default entropeer
does Regex-based scan but you can change to Entropy-based scan with -E
or --entropy
entropeer -Erd /tmp/code
Complete help dialog
usage: entropeer [-h] [-f FILE | -d DIRECTORY] [-r] [-E | -X] [--rules RULES] [-M] [-v] [-t THREADS] [-V]
Search files for strings with high shannon entropy.
optional arguments:
-h, --help show this help message and exit
-f FILE, --filename FILE
File to search.
-d DIRECTORY, --directory DIRECTORY
Search all files in directory.
-r, --recurse Search directories recursively starting in the current directory. Use with -d
-E, --entropy Enable entropy checks
-X, --regex Enable high signal regex checks
--rules RULES Load external rules from json list file
-M, --match-only Print only the matching string
-v, --verbose Verbose output
-t THREADS, --threads THREADS
Number of threads/processes to start
-V, --version show program's version number and exit
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file entropeer-0.1.1.tar.gz
.
File metadata
- Download URL: entropeer-0.1.1.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bcb5f30299c83bc0996951042f401f39e27e767489539b52d9f289d0e266e3c |
|
MD5 | dcc61b52251ac622687e780b11a63d83 |
|
BLAKE2b-256 | 86024f048dc23d1ac55b68286cc377adf4efd3841347862aa7b304a95d210750 |