HaveIBeenPwned
3.2
Identify Pwned accounts and passwords via the "Have I Been Pwned?" (https://haveibeenpwned.com/) API.
Use of some of these functions requires an API key. This module does not come with an API key.
An API key can be obtained from https://haveibeenpwned.com/API/Key
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
(c) 2022 Mark Ukotic. All rights reserved.
Package Details
Author(s)
- Mark Ukotic
Tags
HaveIBeenPwned Pwned password HIPB Security
Functions
Get-PwnedAccount Get-PwnedBreach Get-PwnedDataClass Get-PwnedPassword Get-PwnedPasteAccount
PSEditions
Dependencies
This module has no dependencies.
Release Notes
3.2
Added additional response fields when using CSV in Get-PwnedAccount
Get-PwnedAccount now using PSCustomObject
3.1
Implemented Add-Padding header to Get-PwnedPassword with default true
3.0.1
Minor update to CSV rate-limiting (thanks to @JordanJenkinson)
3.0
Updated to use the HIBP v3 API which now requires authorisation
1.4.1
Parameter additions for better usability
1.4
Rewrite of catch handling to work with both Windows PowerShell and PowerShell Core
Added CSV import ability into Get-PwnedAccount
1.3.1
Switched to MailAddress Class for email address validation in Get-PwnedAccount
1.3
Added UserAgent string in Get-PwnedAccount to work with Have I Been Pwned v2 API
1.2.1
Fixed Get-PwnedPassword to work with PowerShell Core
1.2.0
Update Get-PwnedPassword to use K-anonymity only (contribution by @plaintextcity)
1.1.0
'Email address not found.' now returned as an object rather than a string
1.0.0
Initial Publish
FileList
- HaveIBeenPwned.nuspec
- haveibeenpwned.jpg
- HaveIBeenPwned.psd1
- HaveIBeenPwned.psm1
- LICENSE
- README.md
- Public\get-pwnedaccount.ps1
- Public\get-pwnedbreach.ps1
- Public\get-pwneddataclass.ps1
- Public\get-pwnedpassword.ps1
- Public\get-pwnedpasteaccount.ps1