LinuxCommandLibrary

pillager

Pillage filesystems for sensitive information

TLDR

Scan the current directory for secrets
$ pillager hunt .
copy
Launch the interactive TUI scanner
$ pillager
copy

SYNOPSIS

pillager [command] [options] [path]

DESCRIPTION

pillager is a filesystem scanner that recursively searches directories for sensitive information such as API keys, passwords, and credentials. It uses concurrent workers for fast scanning and implements Gitleaks rules for pattern matching. Discovered secrets can be sent to remote destinations including S3/MinIO, webhooks, or Sliver C2 loot stores.

CAVEATS

Intended for defensive, educational, and authorized security research use only.

HISTORY

pillager was created by Britton Hayes (brittonhayes) and is written in Go.

SEE ALSO

gitleaks(1), trufflehog(1), grep(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard