mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-25 03:18:16 +02:00
Update check-password.ps1
This commit is contained in:
parent
cb955eaa02
commit
ccfc7cca91
@ -43,7 +43,7 @@ try {
|
|||||||
if ($NumBreaches -eq 0) {
|
if ($NumBreaches -eq 0) {
|
||||||
"👍 Password seems good, it's not listed in any known security breach (as of today)"
|
"👍 Password seems good, it's not listed in any known security breach (as of today)"
|
||||||
} else {
|
} else {
|
||||||
"⚠️ Bad password, it's already listed in $NumBreaches known security breaches!"
|
"⚠️ Bad password, it's listed already in $NumBreaches known security breaches!"
|
||||||
}
|
}
|
||||||
exit 0 # success
|
exit 0 # success
|
||||||
} catch {
|
} catch {
|
||||||
|
Loading…
Reference in New Issue
Block a user