noseyparker
all
Scan text and Git history for secrets and sensitive information. Note: Use a separate datastore directory (`--datastore`) for each scan. See also: `trufflehog`.
More info →Options (2)
-d, --datastorebooleanScan a local file or directory for secrets
Example:
noseyparker scan {{path/to/file_or_directory}} {{[-d|--datastore]}} {{path/to/datastore.np}}-f, --formatbooleanShow a report in different format (default is `human`)
Example:
noseyparker report {{[-d|--datastore]}} {{path/to/datastore.np}} {{[-f|--format]}} {{human|json|jsonl|sarif}}Examples (7)
Scan a local file or directory for secrets
noseyparker scan path/to/file_or_directory [-d|--datastore] path/to/datastore.npShow a report from a previous scan
noseyparker report [-d|--datastore] path/to/datastore.npShow a report in different format (default is `human`)
noseyparker report [-d|--datastore] path/to/datastore.np [-f|--format] human|json|jsonl|sarifScan a remote Git repo (and Git history) for secrets
noseyparker scan --git-url URL [-d|--datastore] path/to/datastore.npScan all GitHub repositories of a user or organization for secrets
noseyparker scan --github-user|--github-organization username_or_org_name [-d|--datastore] path/to/datastore.npList all scan rules
noseyparker rules listList all GitHub repositories of a user or organization
noseyparker github repos list --user|--organization username_or_org_namemade by @shridhargupta | data from tldr-pages