trufflehog
trufflehog 3.97.5
Find credentials all over the place
https://github.com/trufflesecurity/trufflehogGNU Affero General Public License v3.0 only
main program: trufflehogprograms: generate_permissions, checksecretparts, trufflehog
Platforms (30)
microblaze-linuxwasm32-wasip1mips64el-linuxmicroblazeel-linuxmips-linuxpowerpc-linuxpowerpc64-linuxarmv7a-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ trufflehog ];
Ad-hoc shell
nix-shell -p trufflehog
Flake (nix run)
nix run nixpkgs#trufflehog