Skip to content
/ hibp Public

A simple tool to check if your password has been pwned and found in some data leak.

License

Notifications You must be signed in to change notification settings

alegrey91/hibp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HIBP

HIBP stand for HaveIBeenPwned.

It is a simple client to communicate with haveibeenpwned APIs.

This interact (for now) with the breach and the password endpoints.

Usage

HIBP stand for HaveIBeenPwned.
It is a simple client to communicate with haveibeenpwned (haveibeenpwned.com) APIs.

Usage:
  hibp [command]

Available Commands:
  breach      Check if a specific site has been compromised.
  help        Help about any command
  password    Check if your password has been found in some data set.

Flags:
      --config string   config file (default is $HOME/.hibp.yaml)
  -h, --help            help for hibp
  -t, --toggle          Help message for toggle

Use "hibp [command] --help" for more information about a command.

This actually supports passing arguments from stdin.

Tip

To avoid logging your password into your history, consider to add the following line to your .bashrc file:

export HISTCONTROL='ignoreboth:erasedups'

Installation

go get -v github.com/alegrey91/hibp && go build

About

A simple tool to check if your password has been pwned and found in some data leak.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages