HaveIBeenPwned

1.4.2

Identify Pwned accounts and passwords via the "Have I been pwned?" (https://haveibeenpwned.com/) API.

Minimum PowerShell version

3.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name HaveIBeenPwned -RequiredVersion 1.4.2

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name HaveIBeenPwned -Version 1.4.2

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2019 Mark Ukotic. All rights reserved.

Package Details

Author(s)

  • Mark Ukotic

Tags

haveibeenpwned pwned password

Functions

Get-PwnedAccount Get-PwnedBreach Get-PwnedDataClass Get-PwnedPassword Get-PwnedPasteAccount

Dependencies

This module has no dependencies.

Release Notes

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

Version History

Version Downloads Last updated
3.2 4,112 8/9/2022
3.1 1,066 3/9/2020
3.0.1 217 10/23/2019
3.0 372 10/5/2019
1.4.2 (current version) 273 6/28/2019
1.4 121 5/24/2019
1.3.1 222 3/13/2019
1.3 384 1/19/2019
1.2.1 448 5/8/2018
1.2 89 5/3/2018
1.1 186 10/17/2017
1.0 208 9/30/2017
Show more