Go library for interacting with https://haveibeenpwned.com
This repository has been archived on 2021-02-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
jolheiser 64e26d8686
Add offline usage and clean up CLI
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2020-09-07 17:48:44 -05:00
cmd/pwn Add offline usage and clean up CLI 2020-09-07 17:48:44 -05:00
testdata Add offline usage and clean up CLI 2020-09-07 17:48:44 -05:00
.gitignore Initial Commit 2020-08-28 11:56:10 -05:00
error.go Initial Commit 2020-08-28 11:56:10 -05:00
go.mod Initial Commit 2020-08-28 11:56:10 -05:00
LICENSE Initial Commit 2020-08-28 11:56:10 -05:00
Makefile Initial Commit 2020-08-28 11:56:10 -05:00
password_test.go Add offline usage and clean up CLI 2020-09-07 17:48:44 -05:00
password.go Add offline usage and clean up CLI 2020-09-07 17:48:44 -05:00
pwn_test.go Change to functional options 2020-09-03 12:19:38 -05:00
pwn.go Better User Agent (#2) 2020-09-04 19:51:34 +00:00
README.md Better User Agent (#2) 2020-09-04 19:51:34 +00:00
testdata.go Add offline usage and clean up CLI 2020-09-07 17:48:44 -05:00

Have I Been Pwned

Go library for interacting with HaveIBeenPwned.

Implemented:

  • Breaches
  • Pastes
  • Passwords

License

MIT