diff --git a/MSOLSpray.ps1 b/MSOLSpray.ps1 index 3327392..02123a2 100644 --- a/MSOLSpray.ps1 +++ b/MSOLSpray.ps1 @@ -110,7 +110,7 @@ # Standard invalid password If($RespErr -match "AADSTS50126") { - continue + Write-Host -ForegroundColor "red" "[*] VALID user but INVALID password : $username" } # Invalid Tenant Response @@ -202,4 +202,4 @@ Write-Output "Results have been written to $OutFile." } } -} \ No newline at end of file +}