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
Owners
Copyright
(c) 2019 Mark Ukotic. All rights reserved.
Package Details
Author(s)
- Mark Ukotic
Tags
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
- 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