PwnedPassCheck
3.0.0
Check passwords and hashes against the haveibeenpwned.com Pwned Passwords API. Also supports third party equivalent APIs.
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
(c) 2019 Ryan Bolger. All rights reserved.
Package Details
Author(s)
- Ryan Bolger
Tags
Security HIBP HaveIBeenPwned InfoSec Linux Mac
Functions
Get-NTLMHash Get-PwnedHash Get-PwnedHashBytes Get-PwnedPassword Get-SHA1Hash Test-PwnedHash Test-PwnedHashBytes Test-PwnedPassword
PSEditions
Dependencies
This module has no dependencies.
Release Notes
## 3.0.0 (2023-02-14)
* Slightly better error handling.
### Breaking Changes
* Added support for the `mode=ntlm` querystring parameter which is automatically added to HTTP based queries that are using an NTLM hash. It you need to disable this functionality, use the `-NoModeQueryString` switch.
FileList
- PwnedPassCheck.nuspec
- PwnedPassCheck.psd1
- PwnedPassCheck.psm1
- Private\Convert-HexToByteArray.ps1
- Private\Test-ValidHash.ps1
- Private\Test-ValidPassObject.ps1
- Public\Get-NTLMHash.ps1
- Public\Get-PwnedHash.ps1
- Public\Get-PwnedHashBytes.ps1
- Public\Get-PwnedPassword.ps1
- Public\Get-SHA1Hash.ps1
- Public\Test-PwnedHash.ps1
- Public\Test-PwnedHashBytes.ps1
- Public\Test-PwnedPassword.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
3.0.0 (current version) | 217 | 2/15/2023 |
2.0.0 | 900 | 2/19/2021 |
1.2.0 | 52 | 11/2/2020 |
1.1.0 | 165 | 8/13/2019 |
1.0.0 | 25 | 8/11/2019 |