pillager v0.8.1 releases: recursively search directories for sensitive information in files
Pillager
Pillager is designed to provide a simple means of leveraging Go’s strong concurrency model to recursively search directories for sensitive information in files. It does this by standing on the shoulders of a few giants. Once pillager finds files that match the specified pattern, the file is scanned using a series of concurrent workers that each take a line of the file from the job queue and hunt for sensitive pattern matches. The available pattern filters can be found on the hunt command’s help page.
Configuration
Gitleaks Rules
Pillager provides full support for Gitleaks rules. This can either be passed in with rules.toml file, or you can use the default ruleset by leaving the rules flag blank.
Currently entropy is not implemented, but it is absolutely planned to add support for Gitleaks’ entropy configs in future updates.
Use
Changelog v0.8.1
- 44a2fde Chore/upgrade gitleaks (#68)
- eb653b7 fix/footnotes (#69)
- 3e8f2f6 fix: move images to .github
Bug Fixes 🐛
- interactive mode help toggle
Install
Copyright © 2020 Britton Hayes