Skip to content

PassDetective

Compare
Choose a tag to compare
@aydinnyunus aydinnyunus released this 16 Aug 16:51
· 18 commits to main since this release
33e0f41

PassDetective

PassDetective is a command-line tool that scans your shell command history for mistakenly written passwords, API keys, and secrets. It uses regular expressions to identify potential sensitive information and helps you avoid accidentally exposing sensitive data in your command history.

Installation

go install github.com/aydinnyunus/PassDetective@latest

Features

  • Scans shell command history to detect mistakenly written passwords
  • Identifies API keys and secrets using regular expressions
  • Provides a secure way to review your command history and prevent accidental exposure of sensitive information