kingfisher

Fast secret scanning and validation tool for MongoDB

brewmacoslinux
Try with needOr install directly
Source

About

MongoDB's blazingly fast secret scanning and validation tool

Commands

kingfisher

Examples

Scan a directory for secrets$ kingfisher scan /path/to/directory
Scan with specific rules and output results$ kingfisher scan --rules api-keys,credentials /path/to/project
Validate credentials against MongoDB$ kingfisher validate --connection-string 'mongodb://user:pass@host'